Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
Maintainers
3
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 1.1.0 to 2.0.0

6

index.d.ts
export interface Lockfile {
importers: {
[path: string]: LockfileImporter,
},
importers: Record<string, ProjectSnapshot>,
lockfileVersion: number,

@@ -9,3 +7,3 @@ packages?: PackageSnapshots,

export interface LockfileImporter {
export interface ProjectSnapshot {
specifiers: ResolvedDependencies,

@@ -12,0 +10,0 @@ dependencies?: ResolvedDependencies,

{
"name": "@pnpm/lockfile-types",
"version": "1.1.0",
"description": "Types for the pnpm-lock.yaml lockfile",
"engines": {
"node": ">=8.15"
},
"files": [
"index.d.ts"
],
"scripts": {
"test": "tslint -c tslint.json -p ."
},
"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",
"devDependencies": {
"@pnpm/tslint-config": "0.0.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
}
"name": "@pnpm/lockfile-types",
"version": "2.0.0",
"description": "Types for the pnpm-lock.yaml lockfile",
"engines": {
"node": ">=10"
},
"files": [
"index.d.ts"
],
"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"
}

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

# @pnpm/store-controller-types
# @pnpm/lockfile-types
> Types for the store controller
> Types for the lockfile

Sorry, the diff of this file is not supported yet

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