super-confused
Version:
Super-confused is a next-gen dependency confusion analysis tool that works on local or remote package manifests or SBOMs.
30 lines (29 loc) • 756 B
JSON
{
"name": "super-confused",
"version": "1.1.0",
"description": "Super-confused is a next-gen dependency confusion analysis tool that works on local or remote package manifests or SBOMs.",
"keywords": [
"dependency",
"confusion",
"packages",
"security"
],
"homepage": "https://github.com/6mile/super-confused#readme",
"bugs": {
"url": "https://github.com/6mile/super-confused/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/6mile/super-confused.git"
},
"bin": {
"super-confused": "super-confused.js"
},
"license": "ISC",
"author": "6mile",
"type": "commonjs",
"main": "super-confused.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}