Skip to content

Commit

Permalink
pacote@11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Mar 23, 2021
1 parent 8e4621d commit f76e7c2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
8 changes: 7 additions & 1 deletion node_modules/pacote/lib/util/tar-create-options.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/pacote/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"npm-user-validate": "^1.0.1",
"npmlog": "~4.1.2",
"opener": "^1.5.2",
"pacote": "^11.3.0",
"pacote": "^11.3.1",
"parse-conflict-json": "^1.1.1",
"qrcode-terminal": "^0.12.0",
"read": "~1.0.7",
Expand Down
6 changes: 3 additions & 3 deletions tap-snapshots/test-lib-utils-tar.js-TAP.test.js
Expand Up @@ -20,10 +20,10 @@ bundle-dep
name: my-cool-pkg
version: 1.0.0
filename: my-cool-pkg-1.0.0.tgz
package size: 222 B
package size: 216 B
unpacked size: 101 B
shasum: fe3a2f6064ade3bc21640874530586343f2d832f
integrity: sha512-ehndP8xBQL4yo[...]kWinZ4k1SCqUA==
shasum: a604258e06adecec0b18f48e901c5802f19f7dab
integrity: sha512-fnN6NmI8DerTt[...]6rH17jx7OIFig==
bundled deps: 1
bundled files: 0
own files: 2
Expand Down
4 changes: 2 additions & 2 deletions test/lib/utils/tar.js
Expand Up @@ -101,9 +101,9 @@ test('should getContents of a tarball', async (t) => {
id: 'my-cool-pkg@1.0.0',
name: 'my-cool-pkg',
version: '1.0.0',
size: 149,
size: 146,
unpackedSize: 49,
shasum: 'c0bfd67a5142104e429afda09119eedd6a30d2fc',
shasum: 'b8379c5e69693cdda73aec3d81dae1d11c1e75bd',
integrity: ssri.parse(integrity.sha512[0]),
filename: 'my-cool-pkg-1.0.0.tgz',
files: [{ path: 'package.json', size: 49, mode: 420 }],
Expand Down

0 comments on commit f76e7c2

Please sign in to comment.