Skip to content

Commit b79a19a

Browse files
Rename NPM to npm (#35937)
Co-authored-by: mc <[email protected]>
1 parent e838e74 commit b79a19a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/code-security/security-advisories/global-security-advisories/browsing-security-advisories-in-the-github-advisory-database.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can search the database, and use qualifiers to narrow your search. For examp
6161
{% endif %}| `type:unreviewed`| [**type:unreviewed**](https://github.com/advisories?query=type%3Aunreviewed) will show unreviewed advisories. |
6262
| `GHSA-ID`| [**GHSA-49wp-qq6x-g2rf**](https://github.com/advisories?query=GHSA-49wp-qq6x-g2rf) will show the advisory with this {% data variables.product.prodname_advisory_database %} ID. |
6363
| `CVE-ID`| [**CVE-2020-28482**](https://github.com/advisories?query=CVE-2020-28482) will show the advisory with this CVE ID number. |
64-
| `ecosystem:ECOSYSTEM`| [**ecosystem:npm**](https://github.com/advisories?utf8=%E2%9C%93&query=ecosystem%3Anpm) will show only advisories affecting NPM packages. |
64+
| `ecosystem:ECOSYSTEM`| [**ecosystem:npm**](https://github.com/advisories?utf8=%E2%9C%93&query=ecosystem%3Anpm) will show only advisories affecting npm packages. |
6565
| `severity:LEVEL`| [**severity:high**](https://github.com/advisories?utf8=%E2%9C%93&query=severity%3Ahigh) will show only advisories with a high severity level. |
6666
| `affects:LIBRARY`| [**affects:lodash**](https://github.com/advisories?utf8=%E2%9C%93&query=affects%3Alodash) will show only advisories affecting the lodash library. |
6767
| `cwe:ID`| [**cwe:352**](https://github.com/advisories?query=cwe%3A352) will show only advisories with this CWE number. |

content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ run-npm-build:
240240
241241
</td>
242242
<td>
243-
This job installs NPM and uses it to build the app.
243+
This job installs npm and uses it to build the app.
244244
</td>
245245
</tr>
246246

content/packages/quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ In this guide, you'll create a {% data variables.product.prodname_actions %} wor
8585
env:
8686
NODE_AUTH_TOKEN: ${% raw %}{{secrets.GITHUB_TOKEN}}{% endraw %}
8787
```
88-
8. Tell NPM which scope and registry to publish packages to using one of the following methods:
89-
- Add an NPM configuration file for the repository by creating a `.npmrc` file in the root directory with the contents:
88+
8. Tell npm which scope and registry to publish packages to using one of the following methods:
89+
- Add an npm configuration file for the repository by creating a `.npmrc` file in the root directory with the contents:
9090
{% raw %}
9191
```shell
9292
@YOUR-USERNAME:registry=https://npm.pkg.github.com

content/packages/working-with-a-github-packages-registry/working-with-the-npm-registry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If your instance has subdomain isolation disabled:
237237
{% endif %}
238238

239239
{% ifversion ghes %}
240-
## Using the official NPM registry
240+
## Using the official npm registry
241241

242-
{% data variables.product.prodname_registry %} allows you to access the official NPM registry at `registry.npmjs.com`, if your {% data variables.product.prodname_ghe_server %} administrator has enabled this feature. For more information, see [Connecting to the official NPM registry](/admin/packages/configuring-package-ecosystem-support-for-your-enterprise#connecting-to-the-official-npm-registry).
242+
{% data variables.product.prodname_registry %} allows you to access the official npm registry at `registry.npmjs.com`, if your {% data variables.product.prodname_ghe_server %} administrator has enabled this feature. For more information, see [Connecting to the official npm registry](/admin/packages/configuring-package-ecosystem-support-for-your-enterprise#connecting-to-the-official-npm-registry).
243243
{% endif %}

0 commit comments

Comments
 (0)