File tree
5 files changed
+61
-18
lines changed- cli
- content/cli/v8
- commands
- configuring-npm
- using-npm
5 files changed
+61
-18
lines changed- AUTHORS+1
- CHANGELOG.md+23
- CONTRIBUTING.md+9-6
- DEPENDENCIES.md+6-1
- docs/content/commands/npm-audit.md+49-8
- docs/content/configuring-npm/folders.md+1-1
- docs/content/configuring-npm/package-json.md+5-5
- docs/content/using-npm/config.md+5-3
- lib/auth/sso.js+1-1
- lib/commands/access.js+1-1
- lib/commands/adduser.js+1-1
- lib/commands/deprecate.js+1-1
- lib/commands/dist-tag.js+2-2
- lib/commands/hook.js+1-1
- lib/commands/org.js+1-1
- lib/commands/owner.js+1-1
- lib/commands/profile.js+1-1
- lib/commands/publish.js+4-3
- lib/commands/team.js+1-1
- lib/commands/token.js+2-2
- lib/commands/unpublish.js+1-1
- lib/utils/config/definitions.js+4-3
- lib/utils/get-identity.js+2-2
- lib/utils/otplease.js+35-6
- lib/utils/web-auth.js+20
- node_modules/make-fetch-happen/lib/cache/entry.js+1
- node_modules/make-fetch-happen/package.json+1-1
- package-lock.json+6-6
- package.json+3-3
- tap-snapshots/test/lib/commands/publish.js.test.cjs+5-1
- tap-snapshots/test/lib/utils/config/definitions.js.test.cjs+5-3
- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs+5-3
- test/lib/commands/publish.js+30-1
- test/lib/commands/whoami.js+14
- test/lib/utils/otplease.js+46-6
- test/lib/utils/web-auth.js+32
Lines changed: 49 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
64 | 105 |
| |
65 | 106 |
| |
66 | 107 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
839 | 839 |
| |
840 | 840 |
| |
841 | 841 |
| |
842 |
| - | |
| 842 | + | |
843 | 843 |
| |
844 | 844 |
| |
845 | 845 |
| |
846 | 846 |
| |
847 | 847 |
| |
848 | 848 |
| |
849 |
| - | |
| 849 | + | |
850 | 850 |
| |
851 | 851 |
| |
852 | 852 |
| |
| |||
857 | 857 |
| |
858 | 858 |
| |
859 | 859 |
| |
860 |
| - | |
| 860 | + | |
861 | 861 |
| |
862 | 862 |
| |
863 | 863 |
| |
| |||
870 | 870 |
| |
871 | 871 |
| |
872 | 872 |
| |
873 |
| - | |
| 873 | + | |
874 | 874 |
| |
875 |
| - | |
| 875 | + | |
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
369 |
| - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
370 | 371 |
| |
371 | 372 |
| |
372 | 373 |
| |
| |||
954 | 955 |
| |
955 | 956 |
| |
956 | 957 |
| |
957 |
| - | |
| 958 | + | |
| 959 | + | |
958 | 960 |
| |
959 | 961 |
| |
960 | 962 |
| |
|
0 commit comments