Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
0
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

6

CHANGELOG.md
# @pnpm/lockfile-types
## 2.1.0
### Minor Changes
- d54043ee4: A new optional field added to the lockfile type: resolutions.
## 2.0.1

@@ -4,0 +10,0 @@

3

lib/index.d.ts

@@ -5,2 +5,3 @@ export interface Lockfile {

packages?: PackageSnapshots;
resolutions?: Record<string, string>;
}

@@ -78,3 +79,3 @@ export interface ProjectSnapshot {

};
/*** @example
/** @example
* {

@@ -81,0 +82,0 @@ * "foo": "registry.npmjs.org/foo/1.0.1"

{
"name": "@pnpm/lockfile-types",
"version": "2.0.1",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10.13"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-types",
"keywords": [
"pnpm",
"types"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-types#readme",
"scripts": {
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build",
"prepublishOnly": "pnpm run compile"
},
"funding": "https://opencollective.com/pnpm"
"name": "@pnpm/lockfile-types",
"version": "2.1.0",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10.16"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-types",
"keywords": [
"pnpm",
"types"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-types#readme",
"scripts": {
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build",
"prepublishOnly": "pnpm run compile"
},
"funding": "https://opencollective.com/pnpm"
}
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