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

better-npm-audit

Package Overview
Dependencies
Maintainers
0
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.8.0 to 3.8.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 3.8.1 (August 17, 2024)
- [607f16e](https://github.com/jeemok/better-npm-audit/commit/607f16edd1eebf2c022a8e6279d8061d9529ebd7) fix(build): ensure lib/index.js is executable after build
## 3.8.0 (August 17, 2024)

@@ -2,0 +6,0 @@

4

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

@@ -27,3 +27,3 @@ "description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.",

"build": "tsc",
"postbuild": "cp README.md lib",
"postbuild": "cp README.md lib && chmod +x ./lib/index.js",
"publish:live": "npm run build && npm publish lib --tag latest",

@@ -30,0 +30,0 @@ "publish:next": "npm run build && npm publish lib --tag next"

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