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

@pnpm/lockfile.pruner

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile.pruner - npm Package Compare versions

Comparing version

to
0.0.3

5

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.pruneLockfile = exports.pruneSharedLockfile = void 0;
exports.pruneSharedLockfile = pruneSharedLockfile;
exports.pruneLockfile = pruneLockfile;
const constants_1 = require("@pnpm/constants");

@@ -47,3 +48,2 @@ const dependency_path_1 = require("@pnpm/dependency-path");

}
exports.pruneSharedLockfile = pruneSharedLockfile;
function pruneLockfile(lockfile, pkg, importerId, opts) {

@@ -116,3 +116,2 @@ const importer = lockfile.importers[importerId];

}
exports.pruneLockfile = pruneLockfile;
function copyPackageSnapshots(originalPackages, opts) {

@@ -119,0 +118,0 @@ const copiedSnapshots = {};

10

package.json
{
"name": "@pnpm/lockfile.pruner",
"version": "0.0.2",
"version": "0.0.3",
"description": "Prune a pnpm-lock.yaml",

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

"yaml-tag": "1.1.0",
"@pnpm/lockfile.pruner": "0.0.2"
"@pnpm/lockfile.pruner": "0.0.3"
},

@@ -35,5 +35,5 @@ "dependencies": {

"@pnpm/constants": "8.0.0",
"@pnpm/dependency-path": "5.1.4",
"@pnpm/lockfile.types": "1.0.1",
"@pnpm/types": "12.0.0"
"@pnpm/dependency-path": "5.1.5",
"@pnpm/lockfile.types": "1.0.2",
"@pnpm/types": "12.1.0"
},

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

Sorry, the diff of this file is not supported yet