Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@npmcli/arborist

Package Overview
Dependencies
Maintainers
5
Versions
193
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 7.4.1 to 7.4.2

4

lib/arborist/build-ideal-tree.js

@@ -15,3 +15,3 @@ // mixin implementing the buildIdealTree method

const log = require('proc-log')
const { cleanUrl } = require('npm-registry-fetch')
const { redact } = require('@npmcli/redact')

@@ -1217,3 +1217,3 @@ const {

} else {
const cleanRawSpec = cleanUrl(spec.rawSpec)
const cleanRawSpec = redact(spec.rawSpec)
log.silly('fetch manifest', spec.raw.replace(spec.rawSpec, cleanRawSpec))

@@ -1220,0 +1220,0 @@ const o = {

@@ -12,3 +12,3 @@ // Given a dep, a node that depends on it, and the edge representing that

const log = require('proc-log')
const { cleanUrl } = require('npm-registry-fetch')
const { redact } = require('@npmcli/redact')
const deepestNestingTarget = require('./deepest-nesting-target.js')

@@ -192,3 +192,3 @@ const CanPlaceDep = require('./can-place-dep.js')

`for: ${this.edge.from.package._id || this.edge.from.location}`,
`want: ${cleanUrl(this.edge.spec || '*')}`
`want: ${redact(this.edge.spec || '*')}`
)

@@ -195,0 +195,0 @@

{
"name": "@npmcli/arborist",
"version": "7.4.1",
"version": "7.4.2",
"description": "Manage node_modules trees",

@@ -15,2 +15,3 @@ "dependencies": {

"@npmcli/query": "^3.1.0",
"@npmcli/redact": "^1.1.0",
"@npmcli/run-script": "^7.0.2",

@@ -17,0 +18,0 @@ "bin-links": "^4.0.1",

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