@qlover/scripts-context
Advanced tools
+4
-3
| { | ||
| "name": "@qlover/scripts-context", | ||
| "description": "A scripts context for frontwork", | ||
| "version": "1.2.3", | ||
| "version": "1.3.0", | ||
| "type": "module", | ||
@@ -47,3 +47,3 @@ "private": false, | ||
| "lodash": "^4.17.21", | ||
| "@qlover/logger": "0.3.3" | ||
| "@qlover/logger": "0.4.0" | ||
| }, | ||
@@ -54,3 +54,3 @@ "dependencies": { | ||
| "cosmiconfig": "^9.0.0", | ||
| "@qlover/env-loader": "0.3.3" | ||
| "@qlover/env-loader": "0.4.0" | ||
| }, | ||
@@ -60,4 +60,5 @@ "scripts": { | ||
| "build": "tsup", | ||
| "type-check": "tsc --noEmit", | ||
| "build:docs": "fe-code2md -p src -g docs --formatOutput prettier --removePrefix" | ||
| } | ||
| } |
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 5 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 5 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
337919
0.01%+ Added
- Removed
Updated