🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nexus_js/audit

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexus_js/audit - npm Package Compare versions

Comparing version
0.9.29
to
0.9.30
+6
-1
package.json
{
"name": "@nexus_js/audit",
"version": "0.9.29",
"version": "0.9.30",
"description": "Nexus Dependency Auditor — OSV CVE scanning, offline cache, supply chain risk analysis, and build-time blocking",

@@ -39,2 +39,6 @@ "type": "module",

},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/bierfor084"
},
"devDependencies": {

@@ -55,4 +59,5 @@ "@types/node": "^22.0.0",

"dev": "tsc -p tsconfig.json --watch",
"typecheck": "tsc --noEmit -p tsconfig.json",
"clean": "rm -rf dist"
}
}