@pnpm/lockfile.settings-checker
Advanced tools
Comparing version 900.0.0 to 1000.0.0
@@ -9,7 +9,7 @@ "use strict"; | ||
const p_map_values_1 = __importDefault(require("p-map-values")); | ||
const crypto_base32_hash_1 = require("@pnpm/crypto.base32-hash"); | ||
const crypto_hash_1 = require("@pnpm/crypto.hash"); | ||
async function calcPatchHashes(patches, lockfileDir) { | ||
return (0, p_map_values_1.default)(async (patchFilePath) => { | ||
return { | ||
hash: await (0, crypto_base32_hash_1.createBase32HashFromFile)(patchFilePath), | ||
hash: await (0, crypto_hash_1.createHexHashFromFile)(patchFilePath), | ||
path: path_1.default.relative(lockfileDir, patchFilePath).replaceAll('\\', '/'), | ||
@@ -16,0 +16,0 @@ }; |
{ | ||
"name": "@pnpm/lockfile.settings-checker", | ||
"version": "900.0.0", | ||
"version": "1000.0.0", | ||
"description": "Utilities to check if lockfile settings are out-of-date", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm9", | ||
"pnpm10", | ||
"hash", | ||
@@ -31,10 +31,10 @@ "crypto", | ||
"sort-keys": "^4.2.0", | ||
"@pnpm/crypto.base32-hash": "900.0.0", | ||
"@pnpm/lockfile.types": "900.0.0", | ||
"@pnpm/parse-overrides": "900.0.0" | ||
"@pnpm/crypto.hash": "1000.0.0", | ||
"@pnpm/lockfile.types": "1000.0.0", | ||
"@pnpm/parse-overrides": "1000.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/ramda": "0.29.12", | ||
"@pnpm/lockfile.settings-checker": "900.0.0", | ||
"@pnpm/prepare": "0.0.105" | ||
"@pnpm/prepare": "0.0.106", | ||
"@pnpm/lockfile.settings-checker": "1000.0.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
10760
+ Added@pnpm/crypto.hash@1000.0.0
+ Added@pnpm/catalogs.protocol-parser@1000.0.0(transitive)
+ Added@pnpm/catalogs.resolver@1000.0.0(transitive)
+ Added@pnpm/catalogs.types@1000.0.0(transitive)
+ Added@pnpm/constants@1000.0.0(transitive)
+ Added@pnpm/crypto.hash@1000.0.0(transitive)
+ Added@pnpm/crypto.polyfill@1000.0.0(transitive)
+ Added@pnpm/error@1000.0.0(transitive)
+ Added@pnpm/lockfile.types@1000.0.0(transitive)
+ Added@pnpm/parse-overrides@1000.0.0(transitive)
+ Added@pnpm/parse-wanted-dependency@1000.0.0(transitive)
+ Added@pnpm/patching.types@1000.0.0(transitive)
+ Added@pnpm/types@1000.0.0(transitive)
- Removed@pnpm/crypto.base32-hash@900.0.0
- Removed@pnpm/catalogs.protocol-parser@900.0.0(transitive)
- Removed@pnpm/catalogs.resolver@900.0.0(transitive)
- Removed@pnpm/catalogs.types@900.0.0(transitive)
- Removed@pnpm/constants@900.0.0(transitive)
- Removed@pnpm/crypto.base32-hash@900.0.0(transitive)
- Removed@pnpm/crypto.polyfill@900.0.0(transitive)
- Removed@pnpm/error@900.0.0(transitive)
- Removed@pnpm/lockfile.types@900.0.0(transitive)
- Removed@pnpm/parse-overrides@900.0.0(transitive)
- Removed@pnpm/parse-wanted-dependency@900.0.0(transitive)
- Removed@pnpm/patching.types@900.0.0(transitive)
- Removed@pnpm/types@900.0.0(transitive)
- Removedrfc4648@1.5.4(transitive)