@angular-devkit/schematics
Advanced tools
+3
-3
| { | ||
| "name": "@angular-devkit/schematics", | ||
| "version": "21.2.0-next.0", | ||
| "version": "21.2.0-next.1", | ||
| "description": "Angular Schematics - Library", | ||
@@ -21,6 +21,6 @@ "main": "src/index.js", | ||
| "dependencies": { | ||
| "@angular-devkit/core": "21.2.0-next.0", | ||
| "@angular-devkit/core": "21.2.0-next.1", | ||
| "jsonc-parser": "3.3.1", | ||
| "magic-string": "0.30.21", | ||
| "ora": "9.1.0", | ||
| "ora": "9.2.0", | ||
| "rxjs": "7.8.2" | ||
@@ -27,0 +27,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
+ Added
+ Added
- Removed
- Removed
- Removed
Updated