eslint-interactive
Advanced tools
+2
-2
| { | ||
| "name": "eslint-interactive", | ||
| "description": "The CLI tool to run `eslint --fix` for each rule", | ||
| "version": "11.0.1", | ||
| "version": "11.0.2", | ||
| "repository": "https://github.com/mizdra/eslint-interactive.git", | ||
@@ -59,3 +59,3 @@ "author": "mizdra <pp.mizdra@gmail.com>", | ||
| "peerDependencies": { | ||
| "eslint": ">=8.45.0, 9.0.0-alpha.0" | ||
| "eslint": "^8.45.0 || ^9.0.0" | ||
| }, | ||
@@ -62,0 +62,0 @@ "engines": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 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
323632
0