@pnpm/cafs
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @pnpm/cafs | ||
## 1.0.2 | ||
### Patch Changes | ||
- d3ddd023c: Update p-limit to v3. | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20916
+ Addedp-limit@3.1.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-try@2.2.0(transitive)
Updatedp-limit@^3.0.1