Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/lockfile-file

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-file - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

13

package.json
{
"name": "@pnpm/lockfile-file",
"version": "1.0.5",
"version": "1.0.6",
"description": "Read/write pnpm-lock.yaml files",

@@ -15,5 +15,5 @@ "main": "lib/index.js",

"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "npm run tsc && npm run lint && ts-node test --type-check",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
"prepublishOnly": "pnpm run tsc"
},

@@ -41,8 +41,5 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file",

"@pnpm/lockfile-file": "link:",
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@pnpm/logger": "2.1.1",
"@types/js-yaml": "3",
"@types/node": "*",
"@types/ramda": "0.25.39",
"@types/tape": "4.2.33",
"rimraf": "2.6.3",

@@ -67,4 +64,4 @@ "tape": "4.10.1",

"rimraf-then": "1.0.1",
"write-file-atomic": "2.4.2"
"write-file-atomic": "2.4.3"
}
}

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