Socket
Socket
Sign inDemoInstall

@npmcli/arborist

Package Overview
Dependencies
Maintainers
5
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 5.5.0 to 5.6.0

4

lib/node.js

@@ -337,2 +337,6 @@ // inventory, path, realpath, root, and parent

get overridden () {
return !!(this.overrides && this.overrides.value && this.overrides.name === this.name)
}
get package () {

@@ -339,0 +343,0 @@ return this[_package]

@@ -265,2 +265,6 @@ 'use strict'

overriddenPseudo () {
return this.initialItems.filter(node => node.overridden)
}
pathPseudo () {

@@ -267,0 +271,0 @@ return this.initialItems.filter(node => {

2

package.json
{
"name": "@npmcli/arborist",
"version": "5.5.0",
"version": "5.6.0",
"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