@angular-devkit/architect
Advanced tools
+3
-3
| { | ||
| "name": "@angular-devkit/architect", | ||
| "version": "0.2100.0-next.6", | ||
| "version": "0.2100.0-next.7", | ||
| "description": "Angular Build Facade", | ||
@@ -9,3 +9,3 @@ "experimental": true, | ||
| "dependencies": { | ||
| "@angular-devkit/core": "21.0.0-next.6", | ||
| "@angular-devkit/core": "21.0.0-next.7", | ||
| "rxjs": "7.8.2" | ||
@@ -25,3 +25,3 @@ }, | ||
| }, | ||
| "packageManager": "pnpm@10.17.1", | ||
| "packageManager": "pnpm@10.18.1", | ||
| "engines": { | ||
@@ -28,0 +28,0 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
+ Added
- Removed