@npmcli/arborist
Advanced tools
Comparing version 9.0.0-pre.0 to 9.0.0-pre.1
@@ -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": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
458606
0
+ Added@npmcli/metavuln-calculator@9.0.0(transitive)
+ Addednpm-packlist@10.0.0(transitive)
+ Addedpacote@21.0.0(transitive)
+ Addedwalk-up-path@4.0.0(transitive)
- Removed@npmcli/metavuln-calculator@8.0.1(transitive)
- Removednpm-packlist@9.0.0(transitive)
- Removedpacote@20.0.0(transitive)
- Removedwalk-up-path@3.0.1(transitive)
Updatedpacote@^21.0.0
Updatedwalk-up-path@^4.0.0