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

libnpmaccess

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmaccess - npm Package Compare versions

Comparing version 4.0.3 to 5.0.0

lib/index.js

26

package.json
{
"name": "libnpmaccess",
"version": "4.0.3",
"version": "5.0.0",
"description": "programmatic library for `npm access` commands",
"author": "Kat Marchán <kzm@sykosomatic.org>",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",
"scripts": {

@@ -11,9 +12,13 @@ "preversion": "npm test",

"postpublish": "git push origin --follow-tags",
"lint": "standard",
"test": "tap"
"lint": "eslint '**/*.js'",
"test": "tap",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint"
},
"devDependencies": {
"nock": "^12.0.1",
"standard": "^14.3.0",
"tap": "^14.11.0"
"tap": "^15.1.0"
},

@@ -33,7 +38,14 @@ "repository": {

"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"tap": {
"check-coverage": true
},
"files": [
"bin",
"lib"
],
"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