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

pnpm-shrinkwrap

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnpm-shrinkwrap - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

3

lib/prune.js

@@ -98,2 +98,5 @@ "use strict";

}
else if (depShr.dev === undefined) {
depShr.dev = false;
}
const newDependencies = R.keys(depShr.dependencies)

@@ -100,0 +103,0 @@ .map((pkgName) => dependency_path_1.refToRelative((depShr.dependencies && depShr.dependencies[pkgName]), pkgName));

4

package.json
{
"name": "pnpm-shrinkwrap",
"version": "5.1.0",
"version": "5.1.1",
"description": "pnpm's shrinkwrap",

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

"dependencies": {
"@types/node": "^8.5.2",
"@types/node": "^9.3.0",
"@types/ramda": "^0.25.12",

@@ -55,0 +55,0 @@ "dependency-path": "^1.0.0",

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