Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
1
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.1.0

6

lib/index.d.ts
import { type DependenciesMeta, type PatchFile } from '@pnpm/types';
export type { PatchFile };
export interface LockfileSettings {
autoInstallPeers?: boolean;
excludeLinksFromLockfile?: boolean;
}
export interface Lockfile {

@@ -13,2 +17,3 @@ importers: Record<string, ProjectSnapshot>;

patchedDependencies?: Record<string, PatchFile>;
settings?: LockfileSettings;
}

@@ -33,2 +38,3 @@ export interface ProjectSnapshot {

patchedDependencies?: Record<string, PatchFile>;
settings?: LockfileSettings;
}

@@ -35,0 +41,0 @@ export interface ProjectSnapshotV6 {

6

package.json
{
"name": "@pnpm/lockfile-types",
"version": "5.0.0",
"version": "5.1.0",
"description": "Types for the pnpm-lock.yaml lockfile",

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

"dependencies": {
"@pnpm/types": "9.0.0"
"@pnpm/types": "9.1.0"
},
"devDependencies": {
"@pnpm/lockfile-types": "5.0.0"
"@pnpm/lockfile-types": "5.1.0"
},

@@ -33,0 +33,0 @@ "exports": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc