Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 3.0.16 to 3.0.17

3

lib/addFilesFromDir.js

@@ -16,2 +16,5 @@ "use strict";

await _retrieveFileIntegrities(cafs, dirname, dirname, index, manifest);
if (manifest && !index['package.json']) {
manifest.resolve(undefined);
}
return index;

@@ -18,0 +21,0 @@ }

@@ -46,2 +46,5 @@ "use strict";

});
if (!filesIndex['package.json'] && manifest != null) {
manifest.resolve(undefined);
}
return filesIndex;

@@ -48,0 +51,0 @@ }

22

package.json
{
"name": "@pnpm/cafs",
"version": "3.0.16",
"version": "3.0.17",
"description": "A content-addressable filesystem for the packages storage",

@@ -12,9 +12,9 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/fetcher-base": "11.1.6",
"@pnpm/fetcher-base": "11.1.7",
"@pnpm/graceful-fs": "1.0.0",
"@pnpm/store-controller-types": "12.0.0",
"@pnpm/store-controller-types": "12.0.1",
"@zkochan/rimraf": "^2.1.2",
"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",
"get-stream": "^6.0.0",
"get-stream": "^6.0.1",
"p-limit": "^3.1.0",

@@ -28,8 +28,10 @@ "path-temp": "^2.0.0",

"devDependencies": {
"@pnpm/cafs": "3.0.16",
"@types/concat-stream": "^1.6.0",
"@types/node": "^14.17.32",
"@types/ssri": "^7.1.0",
"@types/tar-stream": "^2.1.0",
"tempy": "^1.0.0"
"@pnpm/cafs": "3.0.17",
"@pnpm/types": "7.10.0",
"@types/concat-stream": "^1.6.1",
"@types/node": "^14.18.20",
"@types/ssri": "^7.1.1",
"@types/tar-stream": "^2.2.2",
"p-defer": "^3.0.0",
"tempy": "^1.0.1"
},

@@ -36,0 +38,0 @@ "bugs": {

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