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
2
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 6.1.0 to 6.1.1

4

lib/index.d.ts
import { type Lockfile } from '@pnpm/lockfile-types';
import { type DepPath, type PackageManifest } from '@pnpm/types';
import { type DepPath, type PackageManifest, type ProjectId } from '@pnpm/types';
export * from '@pnpm/lockfile-types';

@@ -11,5 +11,5 @@ type DependenciesGraph = Record<DepPath, {

}): Lockfile;
export declare function pruneLockfile(lockfile: Lockfile, pkg: PackageManifest, importerId: string, opts: {
export declare function pruneLockfile(lockfile: Lockfile, pkg: PackageManifest, importerId: ProjectId, opts: {
warn?: (msg: string) => void;
dependenciesGraph?: DependenciesGraph;
}): Lockfile;
{
"name": "@pnpm/prune-lockfile",
"version": "6.1.0",
"version": "6.1.1",
"description": "Prune a pnpm-lock.yaml",

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

"yaml-tag": "1.1.0",
"@pnpm/prune-lockfile": "6.1.0"
"@pnpm/prune-lockfile": "6.1.1"
},

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

"@pnpm/constants": "8.0.0",
"@pnpm/dependency-path": "5.0.0",
"@pnpm/types": "10.1.0",
"@pnpm/lockfile-types": "7.0.0"
"@pnpm/lockfile-types": "7.1.0",
"@pnpm/dependency-path": "5.1.0",
"@pnpm/types": "10.1.0"
},

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

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