@angular-devkit/core
Advanced tools
+1
-1
| { | ||
| "name": "@angular-devkit/core", | ||
| "version": "0.8.0-beta.0", | ||
| "version": "0.8.0-beta.1", | ||
| "description": "Angular DevKit - Core Utility Library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -40,4 +40,10 @@ /** | ||
| TrailingCommasAllowed = 8, | ||
| HexadecimalNumberAllowed = 16, | ||
| MultiLineStringAllowed = 32, | ||
| LaxNumberParsingAllowed = 64, | ||
| NumberConstantsAllowed = 128, | ||
| Default = 0, | ||
| Loose = 15, | ||
| Loose = 255, | ||
| Json = 0, | ||
| Json5 = 255, | ||
| } | ||
@@ -44,0 +50,0 @@ /** |
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
721197
1.88%6937
1.55%23
4.55%