| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -735,3 +735,6 @@ Vlad GURDIGA <gurdiga@gmail.com> | |||
| 735 | 735 | Sébastien Puech <s.puech@tricentis.com> | |
| 736 | 736 | Jannis Hell <Primajin@users.noreply.github.com> | |
| 737 | 737 | Hollow Man <hollowman@hollowman.ml> | |
| 738 | + kai zhu <kaizhu256@gmail.com> | ||
| 739 | + Alex Woollam <alexjhwoollam@gmail.com> | ||
| 740 | + Daniel Fischer <daniel@d-fischer.dev> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,38 @@ | |||
| 1 | + ## 7.0.15 (2020-11-27) | ||
| 2 | + | ||
| 3 | + ### DEPENDENCIES | ||
| 4 | + | ||
| 5 | + * [`00e6028ef`](https://github.com/npm/cli/commit/00e6028ef83bf76eaae10241fd7ba59e39768603) | ||
| 6 | + `@npmcli/arborist@1.0.13` | ||
| 7 | + * do not override user-defined shorthand values when saving `package.json` | ||
| 8 | + | ||
| 9 | + ### BUG FIXES | ||
| 10 | + | ||
| 11 | + * [`9c3413fbc`](https://github.com/npm/cli/commit/9c3413fbcb37e79fc0b3d980e0b5810d7961277c) | ||
| 12 | + [#2034](https://github.com/npm/cli/issues/2034) | ||
| 13 | + [#2245](https://github.com/npm/cli/issues/2245) | ||
| 14 | + `npm link <pkg>` should not save `package.json` | ||
| 15 | + ([@ruyadorno](https://github.com/ruyadorno)) | ||
| 16 | + | ||
| 17 | + ### DOCUMENTATION | ||
| 18 | + | ||
| 19 | + * [`1875347f9`](https://github.com/npm/cli/commit/1875347f9f4f2b50c28fe8857c5533eeebf42da2) | ||
| 20 | + [#2196](https://github.com/npm/cli/issues/2196) | ||
| 21 | + remove doc on obsolete `unsafe-perm` flag | ||
| 22 | + ([@kaizhu256](https://github.com/kaizhu256)) | ||
| 23 | + * [`f51e50603`](https://github.com/npm/cli/commit/f51e5060340c783a8a00dadd98e5786960caf43f) | ||
| 24 | + [#2200](https://github.com/npm/cli/issues/2200) | ||
| 25 | + `config.md` cleanup | ||
| 26 | + ([@alexwoollam](https://github.com/alexwoollam)) | ||
| 27 | + * [`997cbdb40`](https://github.com/npm/cli/commit/997cbdb400bcd22e457e8a06b69a7be697cfd66d) | ||
| 28 | + [#2238](https://github.com/npm/cli/issues/2238) | ||
| 29 | + Fix broken link to `package.json` documentation | ||
| 30 | + ([@d-fischer](https://github.com/d-fischer)) | ||
| 31 | + * [`9da972dc4`](https://github.com/npm/cli/commit/9da972dc44c21cf0e337f1c3fca44eb9df3e40d5) | ||
| 32 | + [#2241](https://github.com/npm/cli/issues/2241) | ||
| 33 | + `npm star` docs cleanup | ||
| 34 | + ([@ruyadorno](https://github.com/ruyadorno)) | ||
| 35 | + | ||
| 1 | 36 | ## 7.0.14 (2020-11-23) | |
| 2 | 37 | ||
| 3 | 38 | ### DEPENDENCIES | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,20 +8,33 @@ description: Mark your favorite packages | |||
| 8 | 8 | ||
| 9 | 9 | ```bash | |
| 10 | 10 | npm star [<pkg>...] | |
| 11 | - npm unstar [<pkg>...] | ||
| 12 | 11 | ``` | |
| 13 | 12 | ||
| 14 | 13 | ### Description | |
| 15 | 14 | ||
| 16 | 15 | "Starring" a package means that you have some interest in it. It's | |
| 17 | 16 | a vaguely positive way to show that you care. | |
| 18 | 17 | ||
| 18 | + It's a boolean thing. Starring repeatedly has no additional effect. | ||
| 19 | + | ||
| 20 | + ### More | ||
| 21 | + | ||
| 22 | + There's also these extra commands to help you manage your favorite packages: | ||
| 23 | + | ||
| 24 | + #### Unstar | ||
| 25 | + | ||
| 26 | + You can also "unstar" a package using [`npm unstar`](/commands/npm-unstar) | ||
| 27 | + | ||
| 19 | 28 | "Unstarring" is the same thing, but in reverse. | |
| 20 | 29 | ||
| 21 | - It's a boolean thing. Starring repeatedly has no additional effect. | ||
| 30 | + #### Listing stars | ||
| 31 | + | ||
| 32 | + You can see all your starred packages using [`npm stars`](/commands/npm-stars) | ||
| 22 | 33 | ||
| 23 | 34 | ### See Also | |
| 24 | 35 | ||
| 36 | + * [npm unstar](/commands/npm-unstar) | ||
| 37 | + * [npm stars](/commands/npm-stars) | ||
| 25 | 38 | * [npm view](/commands/npm-view) | |
| 26 | 39 | * [npm whoami](/commands/npm-whoami) | |
| 27 | 40 | * [npm adduser](/commands/npm-adduser) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,7 @@ you will most certainly enjoy this command. | |||
| 20 | 20 | ### See Also | |
| 21 | 21 | ||
| 22 | 22 | * [npm star](/commands/npm-star) | |
| 23 | + * [npm unstar](/commands/npm-unstar) | ||
| 23 | 24 | * [npm view](/commands/npm-view) | |
| 24 | 25 | * [npm whoami](/commands/npm-whoami) | |
| 25 | 26 | * [npm adduser](/commands/npm-adduser) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,36 @@ | |||
| 1 | + --- | ||
| 2 | + title: npm-unstar | ||
| 3 | + section: 1 | ||
| 4 | + description: Remove an item from your favorite packages | ||
| 5 | + --- | ||
| 6 | + | ||
| 7 | + ### Synopsis | ||
| 8 | + | ||
| 9 | + ```bash | ||
| 10 | + npm unstar [<pkg>...] | ||
| 11 | + ``` | ||
| 12 | + | ||
| 13 | + ### Description | ||
| 14 | + | ||
| 15 | + "Unstarring" a package is the opposite of [`npm star`](/commands/npm-star), | ||
| 16 | + it removes an item from your list of favorite packages. | ||
| 17 | + | ||
| 18 | + ### More | ||
| 19 | + | ||
| 20 | + There's also these extra commands to help you manage your favorite packages: | ||
| 21 | + | ||
| 22 | + #### Star | ||
| 23 | + | ||
| 24 | + You can "star" a package using [`npm star`](/commands/npm-star) | ||
| 25 | + | ||
| 26 | + #### Listing stars | ||
| 27 | + | ||
| 28 | + You can see all your starred packages using [`npm stars`](/commands/npm-stars) | ||
| 29 | + | ||
| 30 | + ### See Also | ||
| 31 | + | ||
| 32 | + * [npm star](/commands/npm-star) | ||
| 33 | + * [npm stars](/commands/npm-stars) | ||
| 34 | + * [npm view](/commands/npm-view) | ||
| 35 | + * [npm whoami](/commands/npm-whoami) | ||
| 36 | + * [npm adduser](/commands/npm-adduser) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -432,7 +432,7 @@ Format `package-lock.json` or `npm-shrinkwrap.json` as a human readable file. | |||
| 432 | 432 | * Type: Boolean | |
| 433 | 433 | ||
| 434 | 434 | When "true" displays the message at the end of each `npm install` | |
| 435 | - aknowledging the number of dependencies looking for funding. | ||
| 435 | + acknowledging the number of dependencies looking for funding. | ||
| 436 | 436 | See [`npm fund`](/commands/npm-fund) for details. | |
| 437 | 437 | ||
| 438 | 438 | #### fetch-retries | |
@@ -1096,7 +1096,7 @@ using legacy search endpoint. | |||
| 1096 | 1096 | ||
| 1097 | 1097 | If true, success/failure metrics will be reported to the registry stored in | |
| 1098 | 1098 | `metrics-registry`. These requests contain the number of successful and | |
| 1099 | - failing runs of the npm CLI and the time period overwhich those counts were | ||
| 1099 | + failing runs of the npm CLI and the time period over which those counts were | ||
| 1100 | 1100 | gathered. No identifying information is included in these requests. | |
| 1101 | 1101 | ||
| 1102 | 1102 | #### shell | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -122,10 +122,8 @@ npm will default some script values based on package contents. | |||
| 122 | 122 | ||
| 123 | 123 | ### User | |
| 124 | 124 | ||
| 125 | - If npm was invoked with root privileges, then it will change the uid | ||
| 126 | - to the user account or uid specified by the `user` config, which | ||
| 127 | - defaults to `nobody`. Set the `unsafe-perm` flag to run scripts with | ||
| 128 | - root privileges. | ||
| 125 | + When npm is run as root, scripts are always run with the effective uid | ||
| 126 | + and gid of the working directory owner. | ||
| 129 | 127 | ||
| 130 | 128 | ### Environment | |
| 131 | 129 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,13 +18,13 @@ order to add references to packages that should be symlinked into the current | |||
| 18 | 18 | ||
| 19 | 19 | We also refer to these packages being auto-symlinked during `npm install` as a | |
| 20 | 20 | single **workspace**, meaning it's a nested package within the current local | |
| 21 | - file system that is explicitly defined in the [`package.json`](/using-npm/package-json) | ||
| 21 | + file system that is explicitly defined in the [`package.json`](/configuring-npm/package-json#workspaces) | ||
| 22 | 22 | `workspaces` configuration. | |
| 23 | 23 | ||
| 24 | 24 | ### Installing workspaces | |
| 25 | 25 | ||
| 26 | 26 | Workspaces are usually defined via the `workspaces` property of the | |
| 27 | - [`package.json`](/using-npm/package-json) file, e.g: | ||
| 27 | + [`package.json`](/configuring-npm/package-json#workspaces) file, e.g: | ||
| 28 | 28 | ||
| 29 | 29 | ```json | |
| 30 | 30 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ <h3 id="description">Description</h3> | |||
| 156 | 156 | limit the results to only the paths to the packages named. Note that | |
| 157 | 157 | nested packages will <em>also</em> show the paths to the specified packages. | |
| 158 | 158 | For example, running <code>npm ls promzard</code> in npm’s source tree will show:</p> | |
| 159 | - <pre lang="bash"><code> npm@7.0.14 /path/to/npm | ||
| 159 | + <pre lang="bash"><code> npm@7.0.15 /path/to/npm | ||
| 160 | 160 | └─┬ init-package-json@0.0.4 | |
| 161 | 161 | └── promzard@0.1.5 | |
| 162 | 162 | </code></pre> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,20 +141,27 @@ <h1 id="npm-star">npm-star</h1> | |||
| 141 | 141 | ||
| 142 | 142 | <section id="table_of_contents"> | |
| 143 | 143 | <h2 id="table-of-contents">Table of contents</h2> | |
| 144 | - <div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#see-also">See Also</a></li></ul></div> | ||
| 144 | + <div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#more">More</a></li><ul><li><a href="#unstar">Unstar</a></li><li><a href="#listing-stars">Listing stars</a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> | ||
| 145 | 145 | </section> | |
| 146 | 146 | ||
| 147 | 147 | <div id="_content"><h3 id="synopsis">Synopsis</h3> | |
| 148 | 148 | <pre lang="bash"><code>npm star [<pkg>...] | |
| 149 | - npm unstar [<pkg>...] | ||
| 150 | 149 | </code></pre> | |
| 151 | 150 | <h3 id="description">Description</h3> | |
| 152 | 151 | <p>“Starring” a package means that you have some interest in it. It’s | |
| 153 | 152 | a vaguely positive way to show that you care.</p> | |
| 153 | + <p>It’s a boolean thing. Starring repeatedly has no additional effect.</p> | ||
| 154 | + <h3 id="more">More</h3> | ||
| 155 | + <p>There’s also these extra commands to help you manage your favorite packages:</p> | ||
| 156 | + <h4 id="unstar">Unstar</h4> | ||
| 157 | + <p>You can also “unstar” a package using <a href="../commands/npm-unstar.html"><code>npm unstar</code></a></p> | ||
| 154 | 158 | <p>“Unstarring” is the same thing, but in reverse.</p> | |
| 155 | - <p>It’s a boolean thing. Starring repeatedly has no additional effect.</p> | ||
| 159 | + <h4 id="listing-stars">Listing stars</h4> | ||
| 160 | + <p>You can see all your starred packages using <a href="../commands/npm-stars.html"><code>npm stars</code></a></p> | ||
| 156 | 161 | <h3 id="see-also">See Also</h3> | |
| 157 | 162 | <ul> | |
| 163 | + <li><a href="../commands/npm-unstar.html">npm unstar</a></li> | ||
| 164 | + <li><a href="../commands/npm-stars.html">npm stars</a></li> | ||
| 158 | 165 | <li><a href="../commands/npm-view.html">npm view</a></li> | |
| 159 | 166 | <li><a href="../commands/npm-whoami.html">npm whoami</a></li> | |
| 160 | 167 | <li><a href="../commands/npm-adduser.html">npm adduser</a></li> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments