Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-types - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

6

lib/index.d.ts

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

import { DependenciesMeta } from '@pnpm/types';
import { DependenciesMeta, PatchFile } from '@pnpm/types';
export { PatchFile };
export interface Lockfile {

@@ -10,3 +11,3 @@ importers: Record<string, ProjectSnapshot>;

packageExtensionsChecksum?: string;
patchedDependencies?: Record<string, string>;
patchedDependencies?: Record<string, PatchFile>;
}

@@ -56,2 +57,3 @@ export interface ProjectSnapshot {

requiresBuild?: true;
patched?: true;
prepare?: true;

@@ -58,0 +60,0 @@ hasBin?: true;

{
"name": "@pnpm/lockfile-types",
"version": "4.1.0",
"version": "4.2.0",
"description": "Types for the pnpm-lock.yaml lockfile",

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

"dependencies": {
"@pnpm/types": "8.3.0"
"@pnpm/types": "8.4.0"
},
"devDependencies": {
"@pnpm/lockfile-types": "4.1.0"
"@pnpm/lockfile-types": "4.2.0"
},

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc