Commit 219c195
deps: update npm to 6.10.3
BUGFIXES
* [`27cccfbda`](npm/cli@27cccfb)
[#223](npm/cli#223) vulns → vulnerabilities in
npm audit output ([@sapegin](https://github.com/sapegin))
* [`d5e865eb7`](npm/cli@d5e865e)
[#222](npm/cli#222)
[#226](npm/cli#226) install, doctor: don't crash
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
[@isaacs](https://github.com/isaacs))
* [`5b3890226`](npm/cli@5b38902)
[#227](npm/cli#227)
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
Handle unhandledRejections, tell user what to do when encountering an
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
DEPENDENCIES
* [`77516df6e`](npm/cli@77516df)
`licensee@7.0.3` ([@isaacs](https://github.com/isaacs))
* [`ceb993590`](npm/cli@ceb9935)
`query-string@6.8.2` ([@isaacs](https://github.com/isaacs))
* [`4050b9189`](npm/cli@4050b91)
`hosted-git-info@2.8.2`
* [#46](npm/hosted-git-info#46)
[#43](npm/hosted-git-info#43)
[#47](npm/hosted-git-info#47)
[#44](npm/hosted-git-info#44) Add support for
GitLab subgroups ([@mterrel](https://github.com/mterrel),
[@isaacs](https://github.com/isaacs),
[@ybiquitous](https://github.com/ybiquitous))
* [`3b1d629`](npm/hosted-git-info@3b1d629)
[#48](npm/hosted-git-info#48) fix http
protocol using sshurl by default
([@fengmk2](https://github.com/fengmk2))
* [`5d4a8d7`](npm/hosted-git-info@5d4a8d7)
ignore noCommittish on tarball url generation
([@isaacs](https://github.com/isaacs))
* [`1692435`](npm/hosted-git-info@1692435)
use gist tarball url that works for anonymous gists
([@isaacs](https://github.com/isaacs))
* [`d5cf830`](npm/hosted-git-info@d5cf830)
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
* [`e518222`](npm/hosted-git-info@e518222)
Use LRU cache to prevent unbounded memory consumption
([@iarna](https://github.com/iarna))
PR-URL: #29023
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 4d4583e commit 219c195Copy full SHA for 219c195
File tree
Expand file treeCollapse file tree
182 files changed
+676
-351
lines changedOpen diff view settings
Filter options
- deps/npm
- bin
- html/doc
- cli
- files
- misc
- lib
- config
- install
- utils
- man
- man1
- man5
- man7
- node_modules
- hosted-git-info
- query-string
- scripts
- test/tap
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
182 files changed
+676
-351
lines changedOpen diff view settings
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
649 | 649 | |
650 | 650 | |
651 | 651 | |
| 652 | + |
| 653 | + |
| 654 | + |
Collapse file
+49Lines changed: 49 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
1 | 50 | |
2 | 51 | |
3 | 52 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
| 65 | + |
65 | 66 | |
66 | 67 | |
67 | 68 | |
|
Collapse file
deps/npm/html/doc/README.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/README.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
118 | 118 | |
119 | 119 | |
120 | 120 | |
121 | | - |
| 121 | + |
122 | 122 | |
Collapse file
deps/npm/html/doc/cli/npm-access.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/cli/npm-access.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
| 96 | + |
97 | 97 | |
Collapse file
deps/npm/html/doc/cli/npm-adduser.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/cli/npm-adduser.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
Collapse file
deps/npm/html/doc/cli/npm-audit.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/cli/npm-audit.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
97 | | - |
| 97 | + |
Collapse file
deps/npm/html/doc/cli/npm-bin.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/cli/npm-bin.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
Collapse file
deps/npm/html/doc/cli/npm-bugs.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/cli/npm-bugs.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
| 57 | + |
58 | 58 | |
Collapse file
deps/npm/html/doc/cli/npm-build.html
Copy file name to clipboardExpand all lines: deps/npm/html/doc/cli/npm-build.html+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
0 commit comments