| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -695,3 +695,7 @@ Jarda Snajdr <jsnajdr@gmail.com> | |||
| 695 | 695 | Naix Geng <1308363651@qq.com> | |
| 696 | 696 | Dylan Treisman <dylanzt@gmail.com> | |
| 697 | 697 | mum-never-proud <abhuz@hotmail.com> | |
| 698 | + Peter Fich <peterfich@users.noreply.github.com> | ||
| 699 | + Maxwell Gerber <mgerber@berkeley.edu> | ||
| 700 | + Sean Poulter <sean.poulter@gmail.com> | ||
| 701 | + vanishcode <vanishcode@outlook.com> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,25 @@ | |||
| 1 | + ## 6.14.6 (2020-07-07) | ||
| 2 | + | ||
| 3 | + ### BUG FIXES | ||
| 4 | + * [`a9857b8f6`](https://github.com/npm/cli/commit/a9857b8f6869451ff058789c4631fadfde5bbcbc) chore: remove auth info from logs ([@claudiahdz](https://github.com/claudiahdz)) | ||
| 5 | + * [`b7ad77598`](https://github.com/npm/cli/commit/b7ad77598112908d60195d0fbc472b3c84275fd5) [#1416](https://github.com/npm/cli/pull/1416) fix: wrong `npm doctor` command result ([@vanishcode](https://github.com/vanishcode)) | ||
| 6 | + | ||
| 7 | + ### DEPENDENCIES | ||
| 8 | + * [`94eca6377`](https://github.com/npm/cli/commit/94eca637756376b949edfb697e179a1fdcc231ee) `npm-registry-fetch@4.0.5` ([@claudiahdz](https://github.com/claudiahdz)) | ||
| 9 | + * [`c49b6ae28`](https://github.com/npm/cli/commit/c49b6ae28791ff7184288be16654f97168aa9705) [#1418](https://github.com/npm/cli/pull/1418) `spdx-license-ids@3.0.5` ([@kemitchell](https://github.com/kemitchell)) | ||
| 10 | + | ||
| 11 | + ### DOCUMENTATION | ||
| 12 | + * [`2e052984b`](https://github.com/npm/cli/commit/2e052984b08c09115ed75387fb2c961631d85d77) | ||
| 13 | + [#1459](https://github.com/npm/cli/pull/1459) | ||
| 14 | + chore(docs): fixed links to cli commands ([@claudiahdz](https://github.com/claudiahdz)) | ||
| 15 | + * [`0ca3509ca`](https://github.com/npm/cli/commit/0ca3509ca940865392daeeabb39192f7d5af9f5e) | ||
| 16 | + [#1283](https://github.com/npm/cli/pull/1283) Update npm-link.md ([@peterfich](https://github.com/peterfich)) | ||
| 17 | + * [`3dd429e9a`](https://github.com/npm/cli/commit/3dd429e9aad760ce2ff9e522b34ebfebd85b460c) | ||
| 18 | + [#1377](https://github.com/npm/cli/pull/1377) | ||
| 19 | + Add note about dropped `*` filenames ([@maxwellgerber](https://github.com/maxwellgerber)) | ||
| 20 | + * [`9a2e2e797`](https://github.com/npm/cli/commit/9a2e2e797e5c91e7f4f261583a1906e2c440cc2f) | ||
| 21 | + [#1429](https://github.com/npm/cli/pull/1429) Fix typo ([@seanpoulter](https://github.com/seanpoulter)) | ||
| 22 | + | ||
| 1 | 23 | ## 6.14.5 (2020-05-01) | |
| 2 | 24 | ||
| 3 | 25 | ### BUG FIXES | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,7 @@ | |||
| 28 | 28 | var npm = require('../lib/npm.js') | |
| 29 | 29 | var npmconf = require('../lib/config/core.js') | |
| 30 | 30 | var errorHandler = require('../lib/utils/error-handler.js') | |
| 31 | + var replaceInfo = require('../lib/utils/replace-info.js') | ||
| 31 | 32 | ||
| 32 | 33 | var configDefs = npmconf.defs | |
| 33 | 34 | var shorthands = configDefs.shorthands | |
@@ -40,7 +41,8 @@ | |||
| 40 | 41 | process.argv.splice(1, 1, 'npm', '-g') | |
| 41 | 42 | } | |
| 42 | 43 | ||
| 43 | - log.verbose('cli', process.argv) | ||
| 44 | + var args = replaceInfo(process.argv) | ||
| 45 | + log.verbose('cli', args) | ||
| 44 | 46 | ||
| 45 | 47 | var conf = nopt(types, shorthands) | |
| 46 | 48 | npm.argv = conf.argv.remain | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command. | |||
| 87 | 87 | ### See Also | |
| 88 | 88 | ||
| 89 | 89 | * [`libnpmaccess`](https://npm.im/libnpmaccess) | |
| 90 | - * [npm team](/cli-commands/team) | ||
| 91 | - * [npm publish](/cli-commands/publish) | ||
| 92 | - * [npm config](/cli-commands/config) | ||
| 90 | + * [npm team](/cli-commands/npm-team) | ||
| 91 | + * [npm publish](/cli-commands/npm-publish) | ||
| 92 | + * [npm config](/cli-commands/npm-config) | ||
| 93 | 93 | * [npm registry](/using-npm/registry) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,7 @@ username/password entry in legacy npm. | |||
| 89 | 89 | ### See Also | |
| 90 | 90 | ||
| 91 | 91 | * [npm registry](/using-npm/registry) | |
| 92 | - * [npm config](/cli-commands/config) | ||
| 92 | + * [npm config](/cli-commands/npm-config) | ||
| 93 | 93 | * [npmrc](/configuring-npm/npmrc) | |
| 94 | - * [npm owner](/cli-commands/owner) | ||
| 95 | - * [npm whoami](/cli-commands/whoami) | ||
| 94 | + * [npm owner](/cli-commands/npm-owner) | ||
| 95 | + * [npm whoami](/cli-commands/npm-whoami) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -131,6 +131,6 @@ configuration setting. | |||
| 131 | 131 | ||
| 132 | 132 | ### See Also | |
| 133 | 133 | ||
| 134 | - * [npm install](/cli-commands/install) | ||
| 134 | + * [npm install](/cli-commands/npm-install) | ||
| 135 | 135 | * [package-locks](/configuring-npm/package-locks) | |
| 136 | 136 | * [config](/using-npm/config) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,8 +19,8 @@ Print the folder where npm will install executables. | |||
| 19 | 19 | ||
| 20 | 20 | ### See Also | |
| 21 | 21 | ||
| 22 | - * [npm prefix](/cli-commands/prefix) | ||
| 23 | - * [npm root](/cli-commands/root) | ||
| 22 | + * [npm prefix](/cli-commands/npm-prefix) | ||
| 23 | + * [npm root](/cli-commands/npm-root) | ||
| 24 | 24 | * [npm folders](/configuring-npm/folders) | |
| 25 | - * [npm config](/cli-commands/config) | ||
| 25 | + * [npm config](/cli-commands/npm-config) | ||
| 26 | 26 | * [npmrc](/configuring-npm/npmrc) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,10 +41,10 @@ The base URL of the npm package registry. | |||
| 41 | 41 | ||
| 42 | 42 | ### See Also | |
| 43 | 43 | ||
| 44 | - * [npm docs](/cli-commands/docs) | ||
| 45 | - * [npm view](/cli-commands/view) | ||
| 46 | - * [npm publish](/cli-commands/publish) | ||
| 44 | + * [npm docs](/cli-commands/npm-docs) | ||
| 45 | + * [npm view](/cli-commands/npm-view) | ||
| 46 | + * [npm publish](/cli-commands/npm-publish) | ||
| 47 | 47 | * [npm registry](/using-npm/registry) | |
| 48 | - * [npm config](/cli-commands/config) | ||
| 48 | + * [npm config](/cli-commands/npm-config) | ||
| 49 | 49 | * [npmrc](/configuring-npm/npmrc) | |
| 50 | 50 | * [package.json](/configuring-npm/package-json) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ directly, run: | |||
| 28 | 28 | ||
| 29 | 29 | ### See Also | |
| 30 | 30 | ||
| 31 | - * [npm install](/cli-commands/install) | ||
| 32 | - * [npm link](/cli-commands/link) | ||
| 31 | + * [npm install](/cli-commands/npm-install) | ||
| 32 | + * [npm link](/cli-commands/npm-link) | ||
| 33 | 33 | * [npm scripts](/using-npm/scripts) | |
| 34 | 34 | * [package.json](/configuring-npm/package-json) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do. | |||
| 18 | 18 | ||
| 19 | 19 | ### See Also | |
| 20 | 20 | ||
| 21 | - * [npm install](/cli-commands/install) | ||
| 21 | + * [npm install](/cli-commands/npm-install) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments