Socket
Socket
Sign inDemoInstall

libnpmsearch

Package Overview
Dependencies
74
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

21

package.json
{
"name": "libnpmsearch",
"version": "6.0.0-pre.0",
"version": "6.0.0-pre.1",
"description": "Programmatic API for searching in npm and compatible registries.",

@@ -19,7 +19,7 @@ "author": "GitHub Inc.",

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

@@ -29,4 +29,4 @@ "template-oss-apply": "template-oss-apply --force"

"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",

@@ -43,3 +43,3 @@ "tap": "^16.0.1"

"dependencies": {
"npm-registry-fetch": "^13.0.0"
"npm-registry-fetch": "^14.0.2"
},

@@ -51,4 +51,11 @@ "engines": {

"//@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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc