Socket
Socket
Sign inDemoInstall

libnpmhook

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmhook - npm Package Compare versions

Comparing version 9.0.0-pre.0 to 9.0.0-pre.1

21

package.json
{
"name": "libnpmhook",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"description": "programmatic API for managing npm registry hooks",

@@ -16,5 +16,5 @@ "main": "lib/index.js",

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

@@ -37,7 +37,7 @@ },

"aproba": "^2.0.0",
"npm-registry-fetch": "^13.0.0"
"npm-registry-fetch": "^14.0.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.6.2",
"nock": "^13.2.4",

@@ -51,4 +51,11 @@ "tap": "^16.0.1"

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.6.2",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}
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