Socket
Socket
Sign inDemoInstall

@pnpm/cafs

Package Overview
Dependencies
Maintainers
3
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 1.0.1 to 1.0.2

6

CHANGELOG.md
# @pnpm/cafs
## 1.0.2
### Patch Changes
- d3ddd023c: Update p-limit to v3.
## 1.0.1

@@ -4,0 +10,0 @@

4

lib/addFilesFromDir.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const fs = require("mz/fs");
const p_limit_1 = require("p-limit");
const pLimit = require("p-limit");
const path = require("path");
const parseJson_1 = require("./parseJson");
const limit = p_limit_1.default(20);
const limit = pLimit(20);
const MAX_BULK_SIZE = 1 * 1024 * 1024; // 1MB

@@ -9,0 +9,0 @@ async function default_1(cafs, dirname, manifest) {

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

const fs = require("mz/fs");
const p_limit_1 = require("p-limit");
const pLimit = require("p-limit");
const ssri = require("ssri");
const getFilePathInCafs_1 = require("./getFilePathInCafs");
const parseJson_1 = require("./parseJson");
const limit = p_limit_1.default(20);
const limit = pLimit(20);
const MAX_BULK_SIZE = 1 * 1024 * 1024; // 1MB

@@ -12,0 +12,0 @@ async function default_1(cafsDir, pkgIndex, manifest) {

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

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

"mz": "2.7.0",
"p-limit": "2.3.0",
"p-limit": "^3.0.1",
"path-exists": "4.0.0",

@@ -35,3 +35,3 @@ "path-temp": "2.0.0",

"@types/mz": "^2.7.1",
"@types/node": "^13.13.9",
"@types/node": "^13.13.10",
"@types/ssri": "^6.0.3",

@@ -38,0 +38,0 @@ "@types/tar-stream": "^2.1.0",

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