-
Updated
Dec 20, 2020 - JavaScript
npm

Npm is a package manager for JavaScript, included with Node.js. As a package manager, npm makes it easy for developers to share and reuse code.
Here are 9,996 public repositories matching this topic...
-
Updated
Dec 19, 2020 - JavaScript
Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
Current Behavior
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd
when creating build config
Suggested Solution
Consider support AMD module format, o
-
Updated
Sep 22, 2020 - CSS
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 20, 2020 - JavaScript
What would you like Renovate to be able to do?
When debugging Renovate tests, I would like to avoid results like these:
thrown: "Exceeded timeout of 5000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
It happens when debugging tests with multiple HTTP requests.
**Did you already have any implementation ideas
-
Updated
Oct 3, 2020 - JavaScript
We have a lot of long lines, let's shorten them.
Be smart about making the choices to split lines, no fake internet points for cutting strings and making them unreadable!
Description
npkill
lists the home directory as a node_modules
directory:
Reproduction
- Run
npkill --sort size
. - Wait for search to complete.
- Do other tasks, and return to the process.
/Users/user/.
will appear on the list.
-
Updated
Sep 29, 2020
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Dec 19, 2020
Please describe what the rule should do:
Since Vue v2.1.0, Vue.nextTick
and vm.$nextTick
return a Promise if no callback is provided. So both of the following are valid:
Vue.nextTick(callback)
Vue.nextTick().then()
/await Vue.nextTick()
Or inside components:
this.$nextTick(callback)
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
Main examples at Apify SDK webpage, Github repo and CLI templates should demonstrate how to manipulate with DOM and retrieve data from it.
Also add one example of scraping with Apify SDK + jQuery to https://sdk.apify.com/docs/examples/basiccrawler
Feedback from: https://medium.com/better-programming/do-i-need-python-scrapy-to-build-a-web-scraper-7cc7cac2081d
I lost an hour trying to make
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 17, 2020 - TypeScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn why
won't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"
resolutions
field in package.json,pkg: "1.0.0"