Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
1
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

lib/index.js.map

3

lib/index.d.ts

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

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

@@ -7,2 +8,3 @@ importers: Record<string, ProjectSnapshot>;

overrides?: Record<string, string>;
packageExtensionsChecksum?: string;
}

@@ -14,2 +16,3 @@ export interface ProjectSnapshot {

devDependencies?: ResolvedDependencies;
dependenciesMeta?: DependenciesMeta;
}

@@ -16,0 +19,0 @@ export interface PackageSnapshots {

17

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

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

"keywords": [
"pnpm6",
"pnpm",

@@ -25,8 +26,10 @@ "types"

"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-types#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@pnpm/types": "7.5.0"
},
"scripts": {
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"prepublishOnly": "pnpm run compile"
},
"funding": "https://opencollective.com/pnpm"
}
"lint": "eslint src/**/*.ts",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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