Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/lockfile-walker

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-walker - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

19

lib/index.d.ts

@@ -18,6 +18,13 @@ import { type Lockfile, type PackageSnapshot } from '@pnpm/lockfile-types';

skipped?: Set<string>;
}): {
}): Array<{
importerId: string;
step: LockfileWalkerStep;
}[];
}>;
export interface LockfileWalker {
directDeps: Array<{
alias: string;
depPath: string;
}>;
step: LockfileWalkerStep;
}
export declare function lockfileWalker(lockfile: Lockfile, importerIds: string[], opts?: {

@@ -28,8 +35,2 @@ include?: {

skipped?: Set<string>;
}): {
directDeps: {
alias: string;
depPath: string;
}[];
step: LockfileWalkerStep;
};
}): LockfileWalker;
{
"name": "@pnpm/lockfile-walker",
"version": "8.0.0",
"version": "8.0.1",
"description": "Walk over all the dependencies in a lockfile",

@@ -28,6 +28,6 @@ "main": "lib/index.js",

"tempy": "^1.0.1",
"@pnpm/lockfile-walker": "8.0.0"
"@pnpm/lockfile-walker": "8.0.1"
},
"dependencies": {
"@pnpm/dependency-path": "3.0.0",
"@pnpm/dependency-path": "4.0.0",
"@pnpm/types": "10.0.0",

@@ -34,0 +34,0 @@ "@pnpm/lockfile-types": "6.0.0"

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