pacote@11.3.1 · npm/cli@f76e7c2 (original) (raw)
6 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -91,7 +91,7 @@ | ||
| 91 | 91 | "npm-user-validate": "^1.0.1", |
| 92 | 92 | "npmlog": "~4.1.2", |
| 93 | 93 | "opener": "^1.5.2", |
| 94 | -"pacote": "^11.3.0", | |
| 94 | +"pacote": "^11.3.1", | |
| 95 | 95 | "parse-conflict-json": "^1.1.1", |
| 96 | 96 | "qrcode-terminal": "^0.12.0", |
| 97 | 97 | "read": "~1.0.7", |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -20,10 +20,10 @@ bundle-dep | ||
| 20 | 20 | name: my-cool-pkg |
| 21 | 21 | version: 1.0.0 |
| 22 | 22 | filename: my-cool-pkg-1.0.0.tgz |
| 23 | -package size: 222 B | |
| 23 | +package size: 216 B | |
| 24 | 24 | unpacked size: 101 B |
| 25 | -shasum: fe3a2f6064ade3bc21640874530586343f2d832f | |
| 26 | -integrity: sha512-ehndP8xBQL4yo[...]kWinZ4k1SCqUA== | |
| 25 | +shasum: a604258e06adecec0b18f48e901c5802f19f7dab | |
| 26 | +integrity: sha512-fnN6NmI8DerTt[...]6rH17jx7OIFig== | |
| 27 | 27 | bundled deps: 1 |
| 28 | 28 | bundled files: 0 |
| 29 | 29 | own files: 2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -101,9 +101,9 @@ test('should getContents of a tarball', async (t) => { | ||
| 101 | 101 | id: 'my-cool-pkg@1.0.0', |
| 102 | 102 | name: 'my-cool-pkg', |
| 103 | 103 | version: '1.0.0', |
| 104 | -size: 149, | |
| 104 | +size: 146, | |
| 105 | 105 | unpackedSize: 49, |
| 106 | -shasum: 'c0bfd67a5142104e429afda09119eedd6a30d2fc', | |
| 106 | +shasum: 'b8379c5e69693cdda73aec3d81dae1d11c1e75bd', | |
| 107 | 107 | integrity: ssri.parse(integrity.sha512[0]), |
| 108 | 108 | filename: 'my-cool-pkg-1.0.0.tgz', |
| 109 | 109 | files: [{ path: 'package.json', size: 49, mode: 420 }], |