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 6.0.0 to 6.0.1

2

lib/checkPkgFilesIntegrity.js

@@ -20,2 +20,3 @@ "use strict";

// Checking a file's integrity is an expensive operation!
// @ts-expect-error
global['verifiedFileIntegrity'] = 0;

@@ -83,2 +84,3 @@ async function checkPkgFilesIntegrity(cafsDir, pkgIndex, manifest) {

async function verifyFileIntegrity(filename, expectedFile, deferredManifest) {
// @ts-expect-error
global['verifiedFileIntegrity']++;

@@ -85,0 +87,0 @@ try {

8

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

@@ -22,5 +22,5 @@ "main": "lib/index.js",

"tar-stream": "^2.2.0",
"@pnpm/fetcher-base": "13.1.5",
"@pnpm/fetcher-base": "13.1.6",
"@pnpm/graceful-fs": "2.0.0",
"@pnpm/store-controller-types": "14.3.0"
"@pnpm/store-controller-types": "14.3.1"
},

@@ -34,3 +34,3 @@ "devDependencies": {

"tempy": "^1.0.1",
"@pnpm/cafs": "6.0.0",
"@pnpm/cafs": "6.0.1",
"@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