Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@npmcli/arborist

Package Overview
Dependencies
Maintainers
5
Versions
225
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
8.0.4
to
8.0.5
+1
-1
lib/arborist/rebuild.js

@@ -11,2 +11,3 @@ // Arborist.rebuild({path = this.path}) will do all the binlinks and

const { callLimit: promiseCallLimit } = require('promise-call-limit')
const promiseRetry = require('promise-retry')
const { resolve } = require('node:path')

@@ -388,3 +389,2 @@ const { isNodeGypPackage, defaultGypInstallScript } = require('@npmcli/node-gyp')

// On Windows, antivirus/indexer can transiently lock files, causing EPERM/EACCES/EBUSY on the rename inside write-file-atomic (used by bin-links/fix-bin.js), so, retry with backoff.
const promiseRetry = require('promise-retry')
const p = promiseRetry((retry) => binLinks({

@@ -391,0 +391,0 @@ pkg: node.package,

{
"name": "@npmcli/arborist",
"version": "8.0.4",
"version": "8.0.5",
"description": "Manage node_modules trees",

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