Socket
Socket
Sign inDemoInstall

@npmcli/arborist

Package Overview
Dependencies
Maintainers
6
Versions
192
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 6.2.10 to 6.3.0

3

lib/arborist/reify.js

@@ -1426,4 +1426,3 @@ // mixin implementing the reify method

tree.package = tree.package
const pkgJson = await PackageJson.load(tree.path)
.catch(() => new PackageJson(tree.path))
const pkgJson = await PackageJson.load(tree.path, { create: true })
const {

@@ -1430,0 +1429,0 @@ dependencies = {},

{
"name": "@npmcli/arborist",
"version": "6.2.10",
"version": "6.3.0",
"description": "Manage node_modules trees",

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

"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/package-json": "^4.0.0",
"@npmcli/query": "^3.0.0",

@@ -16,0 +16,0 @@ "@npmcli/run-script": "^6.0.0",

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