@angular-devkit/core
Advanced tools
+2
-2
| { | ||
| "name": "@angular-devkit/core", | ||
| "version": "9.1.0-next.0", | ||
| "version": "9.1.0-next.1", | ||
| "description": "Angular DevKit - Core Utility Library", | ||
@@ -16,3 +16,3 @@ "main": "src/index.js", | ||
| "dependencies": { | ||
| "ajv": "6.11.0", | ||
| "ajv": "6.12.0", | ||
| "fast-json-stable-stringify": "2.1.0", | ||
@@ -19,0 +19,0 @@ "magic-string": "0.25.6", |
@@ -93,3 +93,3 @@ | ||
| A simpler way to think about jobs in contrast to observables is that job are closer to a Unix | ||
| process. It has an argument (command line flags), receive inputs (STDIN and interupt signals), | ||
| process. It has an argument (command line flags), receive inputs (STDIN and interrupt signals), | ||
| and output values (STDOUT) as well as diagnostic (STDERR). They can be plugged one into another | ||
@@ -96,0 +96,0 @@ (piping), and can be transformed, synchronized and scheduled (fork, exec, cron). |
@@ -163,3 +163,3 @@ { | ||
| "patternProperties": { | ||
| "^[a-z]{2}(-[a-zA-Z]{2,})?$": { | ||
| "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$": { | ||
| "oneOf": [ | ||
@@ -166,0 +166,0 @@ { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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 4 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
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 2 instances 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 4 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
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
496383
0.01%+ Added
- Removed
Updated