Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

libnpmhook

Package Overview
Dependencies
Maintainers
6
Versions
35
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 6.0.3 to 7.0.0

lib/index.js

29

package.json
{
"name": "libnpmhook",
"version": "6.0.3",
"version": "7.0.0",
"description": "programmatic API for managing npm registry hooks",
"main": "index.js",
"main": "lib/index.js",
"files": [
"*.js",
"bin",
"lib"

@@ -13,5 +13,11 @@ ],

"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap"
"test": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint"
},

@@ -28,3 +34,3 @@ "tap": {

],
"author": "Kat Marchán <kzm@sykosomatic.org>",
"author": "GitHub Inc.",
"license": "ISC",

@@ -37,9 +43,10 @@ "dependencies": {

"nock": "^9.6.1",
"standard": "^11.0.1",
"standard-version": "^4.4.0",
"tap": "^14.10.6"
"tap": "^15.1.0"
},
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.1"
}
}
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