🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

libnpmexec

Package Overview
Dependencies
Maintainers
4
Versions
113
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
10.3.0
to
11.0.0-pre.0
+16
-12
package.json
{
"name": "libnpmexec",
"version": "10.3.0",
"version": "11.0.0-pre.0",
"files": [

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

"engines": {
"node": "^20.17.0 || >=22.9.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},

@@ -48,2 +48,6 @@ "description": "npm exec (npx) programmatic API",

"files": "test/*.js",
"node-arg": [
"--require",
"../../scripts/disable-agent-for-tests.js"
],
"nyc-arg": [

@@ -57,4 +61,4 @@ "--exclude",

"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.29.0",
"bin-links": "^6.0.0",
"@npmcli/template-oss": "5.1.1",
"bin-links": "^7.0.0",
"chalk": "^5.2.0",

@@ -67,10 +71,10 @@ "just-extend": "^6.2.0",

"@gar/promise-retry": "^1.0.0",
"@npmcli/arborist": "^9.8.0",
"@npmcli/package-json": "^7.0.0",
"@npmcli/run-script": "^10.0.0",
"@npmcli/arborist": "^10.0.0-pre.1",
"@npmcli/package-json": "^8.0.0",
"@npmcli/run-script": "^11.0.0",
"ci-info": "^4.0.0",
"npm-package-arg": "^13.0.0",
"pacote": "^21.0.2",
"proc-log": "^6.0.0",
"read": "^5.0.1",
"npm-package-arg": "^14.0.0",
"pacote": "^22.0.0",
"proc-log": "^7.0.0",
"read": "^6.0.0",
"semver": "^7.3.7",

@@ -82,5 +86,5 @@ "signal-exit": "^4.1.0",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.29.0",
"version": "5.1.1",
"content": "../../scripts/template-oss/index.js"
}
}