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.4.0 to 3.5.1

6

package.json
{
"name": "better-npm-audit",
"version": "3.4.0",
"version": "3.5.1",
"author": "Jee Mok <jee.ict@hotmail.com>",
"description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.",
"license": "MIT",
"main": "lib/index.js",
"main": "index.js",
"bin": {

@@ -19,3 +19,3 @@ "better-npm-audit": "index.js"

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

@@ -22,0 +22,0 @@ "lint": "eslint .",

@@ -44,4 +44,5 @@ "use strict";

console.info('🤝 All good!');
process.exit(0);
}
}
exports.default = handleFinish;
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