| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For | |||
| 27 | 27 | example, running `npm ls promzard` in npm's source tree will show: | |
| 28 | 28 | ||
| 29 | 29 | ```bash | |
| 30 | - npm@11.6.0 /path/to/npm | ||
| 30 | + npm@11.6.1 /path/to/npm | ||
| 31 | 31 | └─┬ init-package-json@0.0.4 | |
| 32 | 32 | └── promzard@0.1.5 | |
| 33 | 33 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. | |||
| 14 | 14 | ||
| 15 | 15 | ### Version | |
| 16 | 16 | ||
| 17 | - 11.6.0 | ||
| 17 | + 11.6.1 | ||
| 18 | 18 | ||
| 19 | 19 | ### Description | |
| 20 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,9 +96,9 @@ to override default configs in a standard and consistent manner. | |||
| 96 | 96 | ||
| 97 | 97 | ### Auth related configuration | |
| 98 | 98 | ||
| 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. | ||
| 102 | 102 | ||
| 103 | 103 | The full list is: | |
| 104 | 104 | - `_auth` (base64 authentication string) | |
@@ -107,6 +107,7 @@ The full list is: | |||
| 107 | 107 | - `_password` | |
| 108 | 108 | - `email` | |
| 109 | 109 | - `cafile` (path to certificate authority file) | |
| 110 | + - `certfile` (path to certificate file) | ||
| 110 | 111 | - `keyfile` (path to key file) | |
| 111 | 112 | ||
| 112 | 113 | In order to scope these values, they must be prefixed by a URI fragment. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1866,9 +1866,9 @@ When set to `dev` or `development`, this is an alias for `--include=dev`. | |||
| 1866 | 1866 | * Default: null | |
| 1867 | 1867 | * Type: null or String | |
| 1868 | 1868 | * 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: | ||
| 1870 | 1870 | //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 | ||
| 1872 | 1872 | ||
| 1873 | 1873 | A client certificate to pass when accessing the registry. Values should be | |
| 1874 | 1874 | 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-----" | |||
| 1879 | 1879 | ``` | |
| 1880 | 1880 | ||
| 1881 | 1881 | 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". | ||
| 1884 | 1884 | ||
| 1885 | 1885 | ||
| 1886 | 1886 | ||
@@ -1971,9 +1971,9 @@ Alias for `--init-version` | |||
| 1971 | 1971 | * Default: null | |
| 1972 | 1972 | * Type: null or String | |
| 1973 | 1973 | * 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: | ||
| 1975 | 1975 | //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 | ||
| 1977 | 1977 | ||
| 1978 | 1978 | A client key to pass when accessing the registry. Values should be in PEM | |
| 1979 | 1979 | format with newlines replaced by the string "\n". For example: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-access----1160"> | ||
| 144 | + <h1 id="----npm-access----1161"> | ||
| 145 | 145 | <span>npm-access</span> | |
| 146 | - <span class="version">@11.6.0</span> | ||
| 146 | + <span class="version">@11.6.1</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Set access level on published packages</span> | |
| 149 | 149 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-adduser----1160"> | ||
| 144 | + <h1 id="----npm-adduser----1161"> | ||
| 145 | 145 | <span>npm-adduser</span> | |
| 146 | - <span class="version">@11.6.0</span> | ||
| 146 | + <span class="version">@11.6.1</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Add a registry user account</span> | |
| 149 | 149 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-audit----1160"> | ||
| 144 | + <h1 id="----npm-audit----1161"> | ||
| 145 | 145 | <span>npm-audit</span> | |
| 146 | - <span class="version">@11.6.0</span> | ||
| 146 | + <span class="version">@11.6.1</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Run a security audit</span> | |
| 149 | 149 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-bugs----1160"> | ||
| 144 | + <h1 id="----npm-bugs----1161"> | ||
| 145 | 145 | <span>npm-bugs</span> | |
| 146 | - <span class="version">@11.6.0</span> | ||
| 146 | + <span class="version">@11.6.1</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Report bugs for a package in a web browser</span> | |
| 149 | 149 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-cache----1160"> | ||
| 144 | + <h1 id="----npm-cache----1161"> | ||
| 145 | 145 | <span>npm-cache</span> | |
| 146 | - <span class="version">@11.6.0</span> | ||
| 146 | + <span class="version">@11.6.1</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Manipulates packages cache</span> | |
| 149 | 149 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-ci----1160"> | ||
| 144 | + <h1 id="----npm-ci----1161"> | ||
| 145 | 145 | <span>npm-ci</span> | |
| 146 | - <span class="version">@11.6.0</span> | ||
| 146 | + <span class="version">@11.6.1</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Clean install a project</span> | |
| 149 | 149 | </header> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments