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 8531c95

Browse filesBrowse files
npm-cli-botaduh95
authored andcommitted
deps: upgrade npm to 10.8.1
PR-URL: #53207 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent fd9933e commit 8531c95
Copy full SHA for 8531c95

421 files changed

+2,852-1,606Lines changed: 2852 additions & 1606 deletions

File tree

Expand file treeCollapse file tree
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
Open diff view settings
Collapse file

‎deps/npm/bin/npm-prefix.js‎

Copy file name to clipboardExpand all lines: deps/npm/bin/npm-prefix.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// without having to load all of npm first
44
// It does not accept argv params
55

6-
const path = require('path')
6+
const path = require('node:path')
77
const Config = require('@npmcli/config')
88
const { definitions, flatten, shorthands } = require('@npmcli/config/lib/definitions')
99
const config = new Config({
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-diff.md
+5-2Lines changed: 5 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,15 @@ folder instead of the current working directory. See
248248
If you ask npm to install a package and don't tell it a specific version,
249249
then it will install the specified tag.
250250
251-
Also the tag that is added to the package@version specified by the `npm tag`
252-
command, if no explicit tag is given.
251+
It is the tag added to the package@version specified in the `npm dist-tag
252+
add` command, if no explicit tag is given.
253253
254254
When used by the `npm diff` command, this is the tag used to fetch the
255255
tarball that will be compared with the local files by default.
256256
257+
If used in the `npm publish` command, this is the tag that will be added to
258+
the package submitted to the registry.
259+
257260
258261
259262
#### `workspace`
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@10.8.0 /path/to/npm
30+
npm@10.8.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-publish.md‎

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-publish.md
+5-2Lines changed: 5 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,15 @@ built.
9595
If you ask npm to install a package and don't tell it a specific version,
9696
then it will install the specified tag.
9797

98-
Also the tag that is added to the package@version specified by the `npm tag`
99-
command, if no explicit tag is given.
98+
It is the tag added to the package@version specified in the `npm dist-tag
99+
add` command, if no explicit tag is given.
100100

101101
When used by the `npm diff` command, this is the tag used to fetch the
102102
tarball that will be compared with the local files by default.
103103

104+
If used in the `npm publish` command, this is the tag that will be added to
105+
the package submitted to the registry.
106+
104107

105108

106109
#### `access`
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-
10.8.0
17+
10.8.1
1818

1919
### Description
2020

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
+5-2Lines changed: 5 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1567,12 +1567,15 @@ See also the `ca` config.
15671567
If you ask npm to install a package and don't tell it a specific version,
15681568
then it will install the specified tag.
15691569

1570-
Also the tag that is added to the package@version specified by the `npm tag`
1571-
command, if no explicit tag is given.
1570+
It is the tag added to the package@version specified in the `npm dist-tag
1571+
add` command, if no explicit tag is given.
15721572

15731573
When used by the `npm diff` command, this is the tag used to fetch the
15741574
tarball that will be compared with the local files by default.
15751575

1576+
If used in the `npm publish` command, this is the tag that will be added to
1577+
the package submitted to the registry.
1578+
15761579

15771580

15781581
#### `tag-version-prefix`
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----1080">
144+
<h1 id="----npm-access----1081">
145145
<span>npm-access</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.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----1080">
144+
<h1 id="----npm-adduser----1081">
145145
<span>npm-adduser</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.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----1080">
144+
<h1 id="----npm-audit----1081">
145145
<span>npm-audit</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.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----1080">
144+
<h1 id="----npm-bugs----1081">
145145
<span>npm-bugs</span>
146-
<span class="version">@10.8.0</span>
146+
<span class="version">@10.8.1</span>
147147
</h1>
148148
<span class="description">Report bugs for a package in a web browser</span>
149149
</header>

0 commit comments

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