New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@npmcli/arborist

Package Overview
Dependencies
Maintainers
6
Versions
196
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 9.0.0-pre.0 to 9.0.0-pre.1

4

lib/audit-report.js

@@ -18,3 +18,3 @@ // an object representing the set of vulnerabilities in a tree

const fetch = require('npm-registry-fetch')
const npmFetch = require('npm-registry-fetch')

@@ -295,3 +295,3 @@ class AuditReport extends Map {

const res = await fetch('/-/npm/v1/security/advisories/bulk', {
const res = await npmFetch('/-/npm/v1/security/advisories/bulk', {
...this.options,

@@ -298,0 +298,0 @@ registry: this.options.auditRegistry || this.options.registry,

@@ -11,3 +11,3 @@ 'use strict'

const semver = require('semver')
const fetch = require('npm-registry-fetch')
const npmFetch = require('npm-registry-fetch')

@@ -465,3 +465,3 @@ // handle results for parsed query asts, results are stored in a map that has a

})
const res = await fetch('/-/npm/v1/security/advisories/bulk', {
const res = await npmFetch('/-/npm/v1/security/advisories/bulk', {
...this.flatOptions,

@@ -468,0 +468,0 @@ registry: this.flatOptions.auditRegistry || this.flatOptions.registry,

{
"name": "@npmcli/arborist",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"description": "Manage node_modules trees",

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

"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/metavuln-calculator": "^8.0.0",
"@npmcli/metavuln-calculator": "^9.0.0",
"@npmcli/name-from-folder": "^3.0.0",

@@ -30,3 +30,3 @@ "@npmcli/node-gyp": "^4.0.0",

"npm-registry-fetch": "^18.0.1",
"pacote": "^20.0.0",
"pacote": "^21.0.0",
"parse-conflict-json": "^4.0.0",

@@ -41,3 +41,3 @@ "proc-log": "^5.0.0",

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

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

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