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

better-npm-audit

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-npm-audit - npm Package Compare versions

Comparing version 3.0.0-rc.1 to 3.0.0

11

package.json
{
"name": "better-npm-audit",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"author": "Jee Mok <jee.ict@hotmail.com>",

@@ -30,3 +30,3 @@ "description": "Reshape npm audit into the way the community would like, by the community itself, to encourage more people to do security audits.",

],
"main": "index.js",
"main": "lib/index.js",
"bin": {

@@ -44,5 +44,4 @@ "better-npm-audit": "index.js"

"scripts": {
"audit": "node . audit",
"audit": "npm run build:clean && node . audit",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"test:live": "node lib",
"lint": "eslint .",

@@ -53,4 +52,4 @@ "qc": "npm run test && npm run lint",

"build": "npm run qc && npm run build:clean",
"publish:live": "npm publish lib --tag latest",
"publish:next": "npm publish lib --tag next"
"publish:live": "npm run build && npm publish lib --tag latest",
"publish:next": "npm run build && npm publish lib --tag next"
},

@@ -57,0 +56,0 @@ "devDependencies": {

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