Socket
Socket
Sign inDemoInstall

@npmcli/arborist

Package Overview
Dependencies
167
Maintainers
6
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.7 to 6.2.8

1

lib/arborist/index.js

@@ -74,2 +74,3 @@ // The arborist manages three trees:

...options,
Arborist: this.constructor,
path: options.path || '.',

@@ -76,0 +77,0 @@ cache: options.cache || `${homedir()}/.npm/_cacache`,

2

lib/arborist/load-actual.js

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

const { readdirScoped } = require('@npmcli/fs')
const walkUp = require('walk-up-path')
const { walkUp } = require('walk-up-path')
const ancestorPath = require('common-ancestor-path')

@@ -10,0 +10,0 @@ const treeCheck = require('../tree-check.js')

@@ -9,3 +9,3 @@ // mixin implementing the reify method

const debug = require('../debug.js')
const walkUp = require('walk-up-path')
const { walkUp } = require('walk-up-path')
const log = require('proc-log')

@@ -706,3 +706,2 @@ const hgi = require('hosted-git-info')

...this.options,
Arborist: this.constructor,
resolved: node.resolved,

@@ -709,0 +708,0 @@ integrity: node.integrity,

@@ -42,3 +42,3 @@ // inventory, path, realpath, root, and parent

const treeCheck = require('./tree-check.js')
const walkUp = require('walk-up-path')
const { walkUp } = require('walk-up-path')

@@ -45,0 +45,0 @@ const { resolve, relative, dirname, basename } = require('path')

{
"name": "@npmcli/arborist",
"version": "6.2.7",
"version": "6.2.8",
"description": "Manage node_modules trees",

@@ -38,3 +38,3 @@ "dependencies": {

"treeverse": "^3.0.0",
"walk-up-path": "^1.0.0"
"walk-up-path": "^3.0.1"
},

@@ -41,0 +41,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc