New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/worker

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/worker - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

lib/worker.js

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

}
function addTarballToStore({ buffer, cafsDir, integrity, filesIndexFile, pkg, readManifest }) {
function addTarballToStore({ buffer, cafsDir, integrity, filesIndexFile }) {
if (integrity) {

@@ -157,3 +157,3 @@ const [, algo, integrityHash] = integrity.match(INTEGRITY_REGEX);

}
function addFilesFromDir({ dir, cafsDir, filesIndexFile, sideEffectsCacheKey, pkg, readManifest, files }) {
function addFilesFromDir({ dir, cafsDir, filesIndexFile, sideEffectsCacheKey, files }) {
if (!cafsCache.has(cafsDir)) {

@@ -160,0 +160,0 @@ cafsCache.set(cafsDir, (0, store_cafs_1.createCafs)(cafsDir));

{
"name": "@pnpm/worker",
"version": "1.0.10",
"version": "1.0.11",
"description": "A worker for extracting package taralls to the store",

@@ -32,6 +32,6 @@ "main": "lib/index.js",

"@pnpm/cafs-types": "5.0.0",
"@pnpm/error": "6.0.2",
"@pnpm/exec.pkg-requires-build": "1.0.7",
"@pnpm/fs.hard-link-dir": "4.0.0",
"@pnpm/create-cafs-store": "7.0.9",
"@pnpm/error": "6.0.1",
"@pnpm/fs.hard-link-dir": "4.0.0",
"@pnpm/graceful-fs": "4.0.0",

@@ -44,3 +44,3 @@ "@pnpm/store.cafs": "4.0.0",

"@pnpm/types": "12.2.0",
"@pnpm/worker": "1.0.10"
"@pnpm/worker": "1.0.11"
},

@@ -47,0 +47,0 @@ "funding": "https://opencollective.com/pnpm",

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