Socket
Socket
Sign inDemoInstall

@pnpm/cafs

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/cafs - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

4

lib/addFilesFromTarball.js

@@ -39,3 +39,5 @@ "use strict";

// listener
extract.on('finish', () => resolve());
extract.on('finish', () => {
resolve();
});
extract.on('error', reject);

@@ -42,0 +44,0 @@ // pipe through extractor

@@ -19,5 +19,7 @@ "use strict";

function parseJsonStream(stream, deferred) {
stream.pipe((0, concat_stream_1.default)((buffer) => parseJsonBuffer(buffer, deferred)));
stream.pipe((0, concat_stream_1.default)((buffer) => {
parseJsonBuffer(buffer, deferred);
}));
}
exports.parseJsonStream = parseJsonStream;
//# sourceMappingURL=parseJson.js.map
{
"name": "@pnpm/cafs",
"version": "5.0.5",
"version": "5.0.6",
"description": "A content-addressable filesystem for the packages storage",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"rename-overwrite": "^4.0.3",
"ssri": "10.0.0",
"ssri": "10.0.1",
"strip-bom": "^4.0.0",

@@ -34,3 +34,3 @@ "tar-stream": "^2.2.0",

"tempy": "^1.0.1",
"@pnpm/cafs": "5.0.5",
"@pnpm/cafs": "5.0.6",
"@pnpm/cafs-types": "1.2.0",

@@ -37,0 +37,0 @@ "@pnpm/types": "8.10.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc