@qlover/fe-corekit
Advanced tools
+3
-2
| { | ||
| "name": "@qlover/fe-corekit", | ||
| "description": "A corekit for frontwork", | ||
| "version": "2.4.0", | ||
| "version": "2.5.0", | ||
| "private": false, | ||
@@ -46,3 +46,3 @@ "type": "module", | ||
| "axios": "^1.7.9", | ||
| "@qlover/logger": "0.3.3" | ||
| "@qlover/logger": "0.4.0" | ||
| }, | ||
@@ -55,4 +55,5 @@ "devDependencies": { | ||
| "build": "tsup", | ||
| "type-check": "tsc --noEmit", | ||
| "build:docs": "fe-code2md --removePrefix -p ./src/index.ts -g ./docs -o ./docs/.output/fe-corekit.json -t ./docs/.output/fe-corekit.tpl.json --formatOutput prettier && rimraf './doc/**/index.md' -g" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1026165
0+ Added
- Removed
Updated