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

libnpmexec

Package Overview
Dependencies
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmexec - npm Package Compare versions

Comparing version 9.0.0 to 10.0.0-pre.0

2

lib/index.js

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

if (!manifests.has(spec.raw)) {
const manifest = await pacote.manifest(spec, { ...flatOptions, preferOnline: true })
const manifest = await pacote.manifest(spec, { ...flatOptions, preferOnline: true, Arborist })
manifests.set(spec.raw, manifest)

@@ -30,0 +30,0 @@ }

{
"name": "libnpmexec",
"version": "9.0.0",
"version": "10.0.0-pre.0",
"files": [

@@ -10,3 +10,3 @@ "bin/",

"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},

@@ -56,3 +56,3 @@ "description": "npm exec (npx) programmatic API",

"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/template-oss": "4.23.5",
"bin-links": "^5.0.0",

@@ -65,7 +65,7 @@ "chalk": "^5.2.0",

"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre.0",
"@npmcli/run-script": "^9.0.1",
"ci-info": "^4.0.0",
"npm-package-arg": "^12.0.0",
"pacote": "^19.0.0",
"pacote": "^20.0.0",
"proc-log": "^5.0.0",

@@ -79,5 +79,5 @@ "read": "^4.0.0",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.23.5",
"content": "../../scripts/template-oss/index.js"
}
}
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