Socket
Socket
Sign inDemoInstall

@npmcli/arborist

Package Overview
Dependencies
Maintainers
6
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/arborist - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

3

lib/arborist/load-actual.js

@@ -89,3 +89,2 @@ // mix-in implementing the loadActual method

: this[_actualTreePromise] = this[_loadActual](options)
.then(tree => this[_mapWorkspaces](tree))
.then(tree => this.actualTree = tree)

@@ -166,2 +165,4 @@ }

this[_transplant](root)
await this[_mapWorkspaces](this[_actualTree])
// only reset root flags if we're not re-rooting, otherwise leave as-is

@@ -168,0 +169,0 @@ calcDepFlags(this[_actualTree], !root)

{
"name": "@npmcli/arborist",
"version": "0.0.18",
"version": "0.0.19",
"description": "Manage node_modules trees",

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

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