-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: npm@6.4.0 #43
Commits on Aug 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c3ab25f - Browse repository at this point
Copy the full SHA c3ab25fView commit details
Commits on Aug 3, 2018
-
config: Search for authentication token defined by environment variab…
…le (#8) As discussed on npm.community[1], the fact that npm registry authentication tokens cannot be defined using environment variables does not seem justified anymore. The restriction is caused by the config loader translating * all `_` to `-` * the whole variable name to lowercase while the credential checker expects a key ending in `:_authToken`. This change fixes the problem by having the credential checker try a key ending in `:-authtoken` after it tried `:_authToken`. Fixes: https://npm.community/t/233 Fixes: npm/npm#15565 PR-URL: #8 Credit: @mkhl Reviewed-By: @zkat
Configuration menu - View commit details
-
Copy full SHA for 6e9f04b - Browse repository at this point
Copy the full SHA 6e9f04bView commit details -
docs: Update --dry-run docs (#34)
Remove publish from list of commands not affected by dry-run PR-URL: #34 Credit: @joebowbeer Reviewed-By: @zkat
Configuration menu - View commit details
-
Copy full SHA for af98e76 - Browse repository at this point
Copy the full SHA af98e76View commit details -
config: stop filtering out non-ipv4 addresses from local-addrs (#35)
Fixes: #986 PR-URL: #35 Credit: @valentin2105 Reviewed-By: @zkat
Configuration menu - View commit details
-
Copy full SHA for 84bfd23 - Browse repository at this point
Copy the full SHA 84bfd23View commit details -
docs: Improved repository examples (#36)
PR-URL: #36 Credit: @noahbenham Reviewed-By: @zkat
Configuration menu - View commit details
-
Copy full SHA for e2b0f09 - Browse repository at this point
Copy the full SHA e2b0f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e6947 - Browse repository at this point
Copy the full SHA 32e6947View commit details -
audit: configurable audit level for non-zero exit (#31)
`npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level. Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found. Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected. Fixes: https://npm.community/t/245 PR-URL: #31 Credit: @lennym Reviewed-By: @zkat
Configuration menu - View commit details
-
Copy full SHA for 792c8c7 - Browse repository at this point
Copy the full SHA 792c8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d811461 - Browse repository at this point
Copy the full SHA d811461View commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e2346e7 - Browse repository at this point
Copy the full SHA e2346e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb96b9 - Browse repository at this point
Copy the full SHA beb96b9View commit details -
validate-npm-package-license@3.0.4
Fixes: kemitchell/validate-npm-package-license.js#8 Credit: @Gudahtt
Configuration menu - View commit details
-
Copy full SHA for 348fc91 - Browse repository at this point
Copy the full SHA 348fc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57d345 - Browse repository at this point
Copy the full SHA e57d345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f1c6a - Browse repository at this point
Copy the full SHA 46f1c6aView commit details -
Fixes: npm/hosted-git-info#34 Fixes: npm/hosted-git-info#32 Fixes: npm/hosted-git-info#35 Credit: @iarna Credit: @Erveon Credit: @huochunpeng
Configuration menu - View commit details
-
Copy full SHA for 50df1bf - Browse repository at this point
Copy the full SHA 50df1bfView commit details
Commits on Aug 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 866d776 - Browse repository at this point
Copy the full SHA 866d776View commit details -
Configuration menu - View commit details
-
Copy full SHA for f861c2b - Browse repository at this point
Copy the full SHA f861c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbbb75c - Browse repository at this point
Copy the full SHA dbbb75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 214ef61 - Browse repository at this point
Copy the full SHA 214ef61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 361226d - Browse repository at this point
Copy the full SHA 361226dView commit details
Commits on Aug 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 58ece89 - Browse repository at this point
Copy the full SHA 58ece89View commit details