Socket
Socket
Sign inDemoInstall

@npmcli/arborist

Package Overview
Dependencies
181
Maintainers
6
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.13 to 0.0.14

6

lib/shrinkwrap.js

@@ -868,3 +868,7 @@ // a module that manages a shrinkwrap file (npm-shrinkwrap.json or

lock.requires = [...depender.edgesOut.entries()].reduce((set, [k, v]) => {
set[k] = v.spec
// omit peer deps from legacy lockfile requires field, because
// npm v6 doesn't handle peer deps, and this triggers some bad
// behavior if the dep can't be found in the dependencies list.
if (!v.peer)
set[k] = v.spec
return set

@@ -871,0 +875,0 @@ }, {})

2

package.json
{
"name": "@npmcli/arborist",
"version": "0.0.13",
"version": "0.0.14",
"description": "Manage node_modules trees",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc