Socket
Socket
Sign inDemoInstall

libnpmexec

Package Overview
Dependencies
Maintainers
7
Versions
75
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 5.0.0-pre.1 to 5.0.0-pre.2

19

package.json
{
"name": "libnpmexec",
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"files": [

@@ -37,7 +37,7 @@ "bin/",

"lint": "eslint \"**/*.js\"",
"posttest": "npm run lint",
"posttest": "node ../.. run lint",
"test": "tap",
"snap": "tap",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"lintfix": "node ../.. run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"

@@ -47,7 +47,11 @@ },

"color": true,
"files": "test/*.js"
"files": "test/*.js",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"@npmcli/template-oss": "4.4.1",
"bin-links": "^3.0.3",

@@ -59,3 +63,3 @@ "minify-registry-metadata": "^2.2.0",

"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",

@@ -77,4 +81,5 @@ "@npmcli/fs": "^2.1.1",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.1.2"
"version": "4.4.1",
"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