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 7.0.0 to 7.1.0

7

lib/index.d.ts

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

import { type DependenciesMeta, type DepPath, type PatchFile } from '@pnpm/types';
export type { PatchFile };
import { type DependenciesMeta, type DepPath, type PatchFile, type ProjectId } from '@pnpm/types';
export type { PatchFile, ProjectId };
export * from './lockfileFileTypes';

@@ -7,5 +7,6 @@ export interface LockfileSettings {

excludeLinksFromLockfile?: boolean;
peersSuffixMaxLength?: number;
}
export interface Lockfile {
importers: Record<string, ProjectSnapshot>;
importers: Record<ProjectId, ProjectSnapshot>;
lockfileVersion: string;

@@ -12,0 +13,0 @@ time?: Record<string, string>;

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

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

"devDependencies": {
"@pnpm/lockfile-types": "7.0.0"
"@pnpm/lockfile-types": "7.1.0"
},

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

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