New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/lockfile-utils

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-utils - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

11

package.json
{
"name": "@pnpm/lockfile-utils",
"version": "1.0.6",
"version": "1.0.7",
"description": "Utils for dealing with pnpm-lock.yaml",

@@ -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"
},

@@ -38,7 +38,4 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils",

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

@@ -57,3 +54,3 @@ "tape": "4.10.1",

"@pnpm/types": "3.2.0",
"dependency-path": "3.0.5",
"dependency-path": "3.0.6",
"get-npm-tarball-url": "2.0.1",

@@ -60,0 +57,0 @@ "ramda": "0.26.1"

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