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

@pnpm/prune-lockfile

Package Overview
Dependencies
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/prune-lockfile - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

lib/index.d.ts

@@ -1,2 +0,2 @@

import { Lockfile, LockfileImporter, PackageSnapshots } from '@pnpm/lockfile-types';
import { Lockfile, PackageSnapshots, ProjectSnapshot } from '@pnpm/lockfile-types';
import { PackageManifest } from '@pnpm/types';

@@ -8,5 +8,3 @@ export * from '@pnpm/lockfile-types';

packages: PackageSnapshots;
importers: {
[path: string]: LockfileImporter;
};
importers: Record<string, ProjectSnapshot>;
lockfileVersion: number;

@@ -13,0 +11,0 @@ };

{
"name": "@pnpm/prune-lockfile",
"version": "2.0.3",
"version": "2.0.4",
"description": "Prune a pnpm-lock.yaml",

@@ -14,4 +14,4 @@ "main": "lib/index.js",

"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && ts-node test --type-check",
"tsc": "rimraf lib && tsc",

@@ -38,5 +38,4 @@ "prepublishOnly": "pnpm run tsc"

"@pnpm/prune-lockfile": "link:",
"@types/ramda": "^0.26.38",
"@types/ramda": "^0.26.39",
"rimraf": "3.0.0",
"tape": "4.11.0",
"yaml-tag": "1.1.0"

@@ -46,7 +45,7 @@ },

"@pnpm/constants": "3.0.0",
"@pnpm/lockfile-types": "1.1.0",
"@pnpm/types": "4.0.0",
"dependency-path": "4.0.2",
"@pnpm/lockfile-types": "2.0.0",
"@pnpm/types": "5.0.0",
"dependency-path": "4.0.3",
"ramda": "0.26.1"
}
}

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