codeowners-audit
Advanced tools
+6
-1
| { | ||
| "name": "codeowners-audit", | ||
| "version": "2.7.1", | ||
| "version": "2.7.2", | ||
| "description": "Generate an HTML report for CODEOWNERS ownership gaps and run in CI or from the CLI to fail when files are not covered.", | ||
@@ -10,4 +10,7 @@ "type": "module", | ||
| "scripts": { | ||
| "coverage": "c8 node --test", | ||
| "coverage:check": "c8 --check-coverage node --test", | ||
| "lint:commit": "commitlint --last --verbose", | ||
| "lint:commit:message": "commitlint --verbose", | ||
| "prepare": "husky", | ||
| "test": "node --test", | ||
@@ -48,4 +51,6 @@ "update-example": "node report.js nodejs/node --no-open -o example.html -y" | ||
| "@semantic-release/release-notes-generator": "^14.1.0", | ||
| "c8": "^11.0.0", | ||
| "husky": "^9.1.7", | ||
| "semantic-release": "^25.0.3" | ||
| } | ||
| } |
@@ -1205,3 +1205,3 @@ <!doctype html> | ||
| rootButton.type = 'button' | ||
| rootButton.textContent = report.repoName | ||
| rootButton.textContent = '~' | ||
| rootButton.addEventListener('click', () => onScopeChange('')) | ||
@@ -1208,0 +1208,0 @@ target.appendChild(rootButton) |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
159800
0.09%10
25%