Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc44c9f

Browse filesBrowse files
npm-cli-bottargos
authored andcommitted
deps: upgrade npm to 11.6.1
PR-URL: #60012 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent ec0f137 commit dc44c9f
Copy full SHA for dc44c9f

File tree

Expand file treeCollapse file tree

1,030 files changed

+39110
-43262
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

1,030 files changed

+39110
-43262
lines changed
Open diff view settings
Collapse file

‎deps/npm/docs/content/commands/npm-ls.md‎

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-ls.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@11.6.0 /path/to/npm
30+
npm@11.6.1 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```
Collapse file

‎deps/npm/docs/content/commands/npm.md‎

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
11.6.0
17+
11.6.1
1818

1919
### Description
2020

Collapse file

‎deps/npm/docs/content/configuring-npm/npmrc.md‎

Copy file name to clipboardExpand all lines: deps/npm/docs/content/configuring-npm/npmrc.md
+4-3Lines changed: 4 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ to override default configs in a standard and consistent manner.
9696

9797
### Auth related configuration
9898

99-
The settings `_auth`, `_authToken`, `username` and `_password` must all be
100-
scoped to a specific registry. This ensures that `npm` will never send
101-
credentials to the wrong host.
99+
The settings `_auth`, `_authToken`, `username`, `_password`, `certfile`,
100+
and `keyfile` must all be scoped to a specific registry. This ensures that
101+
`npm` will never send credentials to the wrong host.
102102

103103
The full list is:
104104
- `_auth` (base64 authentication string)
@@ -107,6 +107,7 @@ The full list is:
107107
- `_password`
108108
- `email`
109109
- `cafile` (path to certificate authority file)
110+
- `certfile` (path to certificate file)
110111
- `keyfile` (path to key file)
111112

112113
In order to scope these values, they must be prefixed by a URI fragment.
Collapse file

‎deps/npm/docs/content/using-npm/config.md‎

Copy file name to clipboardExpand all lines: deps/npm/docs/content/using-npm/config.md
+6-6Lines changed: 6 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1866,9 +1866,9 @@ When set to `dev` or `development`, this is an alias for `--include=dev`.
18661866
* Default: null
18671867
* Type: null or String
18681868
* DEPRECATED: `key` and `cert` are no longer used for most registry
1869-
operations. Use registry scoped `keyfile` and `cafile` instead. Example:
1869+
operations. Use registry scoped `keyfile` and `certfile` instead. Example:
18701870
//other-registry.tld/:keyfile=/path/to/key.pem
1871-
//other-registry.tld/:cafile=/path/to/cert.crt
1871+
//other-registry.tld/:certfile=/path/to/cert.crt
18721872

18731873
A client certificate to pass when accessing the registry. Values should be
18741874
in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with
@@ -1879,8 +1879,8 @@ cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
18791879
```
18801880

18811881
It is _not_ the path to a certificate file, though you can set a
1882-
registry-scoped "cafile" path like
1883-
"//other-registry.tld/:cafile=/path/to/cert.pem".
1882+
registry-scoped "certfile" path like
1883+
"//other-registry.tld/:certfile=/path/to/cert.pem".
18841884

18851885

18861886

@@ -1971,9 +1971,9 @@ Alias for `--init-version`
19711971
* Default: null
19721972
* Type: null or String
19731973
* DEPRECATED: `key` and `cert` are no longer used for most registry
1974-
operations. Use registry scoped `keyfile` and `cafile` instead. Example:
1974+
operations. Use registry scoped `keyfile` and `certfile` instead. Example:
19751975
//other-registry.tld/:keyfile=/path/to/key.pem
1976-
//other-registry.tld/:cafile=/path/to/cert.crt
1976+
//other-registry.tld/:certfile=/path/to/cert.crt
19771977

19781978
A client key to pass when accessing the registry. Values should be in PEM
19791979
format with newlines replaced by the string "\n". For example:
Collapse file

‎deps/npm/docs/output/commands/npm-access.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-access.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-access----1160">
144+
<h1 id="----npm-access----1161">
145145
<span>npm-access</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Set access level on published packages</span>
149149
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-adduser.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-adduser.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-adduser----1160">
144+
<h1 id="----npm-adduser----1161">
145145
<span>npm-adduser</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Add a registry user account</span>
149149
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-audit.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-audit.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-audit----1160">
144+
<h1 id="----npm-audit----1161">
145145
<span>npm-audit</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Run a security audit</span>
149149
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-bugs.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-bugs.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-bugs----1160">
144+
<h1 id="----npm-bugs----1161">
145145
<span>npm-bugs</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Report bugs for a package in a web browser</span>
149149
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-cache.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-cache.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-cache----1160">
144+
<h1 id="----npm-cache----1161">
145145
<span>npm-cache</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Manipulates packages cache</span>
149149
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-ci.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-ci.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141

142142
<section id="content">
143143
<header class="title">
144-
<h1 id="----npm-ci----1160">
144+
<h1 id="----npm-ci----1161">
145145
<span>npm-ci</span>
146-
<span class="version">@11.6.0</span>
146+
<span class="version">@11.6.1</span>
147147
</h1>
148148
<span class="description">Clean install a project</span>
149149
</header>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.