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 7.0.1 to 7.0.2

4

lib/addFilesFromTarball.js

@@ -7,3 +7,3 @@ "use strict";

exports.addFilesFromTarball = void 0;
const decompress_maybe_1 = __importDefault(require("decompress-maybe"));
const gunzip_maybe_1 = __importDefault(require("gunzip-maybe"));
const tar_stream_1 = __importDefault(require("tar-stream"));

@@ -47,3 +47,3 @@ const parseJson_1 = require("./parseJson");

.on('error', reject)
.pipe((0, decompress_maybe_1.default)())
.pipe((0, gunzip_maybe_1.default)())
.on('error', reject).pipe(extract);

@@ -50,0 +50,0 @@ });

{
"name": "@pnpm/cafs",
"version": "7.0.1",
"version": "7.0.2",
"description": "A content-addressable filesystem for the packages storage",

@@ -14,8 +14,8 @@ "main": "lib/index.js",

"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",
"get-stream": "^6.0.1",
"gunzip-maybe": "1.4.2",
"p-limit": "^3.1.0",
"path-temp": "^2.0.0",
"rename-overwrite": "^4.0.3",
"ssri": "10.0.3",
"ssri": "10.0.4",
"strip-bom": "^4.0.0",

@@ -29,3 +29,4 @@ "tar-stream": "^2.2.0",

"@types/concat-stream": "^2.0.0",
"@types/node": "^14.18.44",
"@types/gunzip-maybe": "1.4.0",
"@types/node": "^14.18.48",
"@types/ssri": "^7.1.1",

@@ -35,3 +36,3 @@ "@types/tar-stream": "^2.2.2",

"tempy": "^1.0.1",
"@pnpm/cafs": "7.0.1",
"@pnpm/cafs": "7.0.2",
"@pnpm/cafs-types": "2.0.0",

@@ -38,0 +39,0 @@ "@pnpm/types": "9.1.0"

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