Socket
Socket
Sign inDemoInstall

libnpmsearch

Package Overview
Dependencies
1
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 4.0.0

lib/index.js

23

package.json
{
"name": "libnpmsearch",
"version": "3.1.2",
"version": "4.0.0",
"description": "Programmatic API for searching in npm and compatible registries.",
"author": "Kat Marchán <kzm@sykosomatic.org>",
"author": "GitHub Inc.",
"main": "lib/index.js",
"files": [
"*.js",
"bin",
"lib"

@@ -21,4 +22,8 @@ ],

"prepublishOnly": "git push origin --follow-tags",
"posttest": "standard",
"test": "tap"
"posttest": "npm run lint",
"test": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"snap": "tap"
},

@@ -30,4 +35,3 @@ "tap": {

"nock": "^9.6.1",
"standard": "^12.0.0",
"tap": "^14.11.0"
"tap": "^15"
},

@@ -44,4 +48,7 @@ "repository": {

"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc