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
13
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 1000.0.0 to 1001.0.0

10

lib/index.d.ts

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

import { type Lockfile } from '@pnpm/lockfile.types';
import { type LockfileObject } from '@pnpm/lockfile.types';
import { type DepPath, type PackageManifest, type ProjectId } from '@pnpm/types';

@@ -7,9 +7,9 @@ export * from '@pnpm/lockfile.types';

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

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

"yaml-tag": "1.1.0",
"@pnpm/lockfile.pruner": "1000.0.0"
"@pnpm/lockfile.pruner": "1001.0.0"
},
"dependencies": {
"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/constants": "1000.0.0",
"@pnpm/lockfile.types": "1000.0.0",
"@pnpm/types": "1000.0.0",
"@pnpm/dependency-path": "1000.0.0"
"@pnpm/constants": "1001.0.0",
"@pnpm/lockfile.types": "1001.0.0",
"@pnpm/dependency-path": "1000.0.0",
"@pnpm/types": "1000.0.0"
},

@@ -39,0 +39,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