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 1.0.2 to 1.0.3

7

lib/prune.js

@@ -69,6 +69,7 @@ "use strict";

continue;
// local dependencies don't need to be resolved in shrinkwrap.yaml
if (pkgId.indexOf('file:') === 0)
continue;
if (!shr.packages || !shr.packages[pkgId]) {
// local dependencies don't need to be resolved in shrinkwrap.yaml
// except local tarball dependencies
if (pkgId.startsWith('file:') && !pkgId.endsWith('.tar.gz'))
continue;
pnpm_logger_1.default.warn(`Cannot find resolution of ${pkgId} in shrinkwrap file`);

@@ -75,0 +76,0 @@ continue;

{
"name": "pnpm-shrinkwrap",
"version": "1.0.2",
"version": "1.0.3",
"description": "pnpm's shrinkwrap",

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

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