@angular-devkit/core
Advanced tools
+2
-2
| { | ||
| "name": "@angular-devkit/core", | ||
| "version": "8.0.0-beta.17", | ||
| "version": "8.0.0-beta.18", | ||
| "description": "Angular DevKit - Core Utility Library", | ||
@@ -19,3 +19,3 @@ "main": "src/index.js", | ||
| "magic-string": "0.25.2", | ||
| "rxjs": "6.5.1", | ||
| "rxjs": "6.4.0", | ||
| "source-map": "0.7.3" | ||
@@ -22,0 +22,0 @@ }, |
@@ -50,3 +50,3 @@ /** | ||
| [key: string]: unknown; | ||
| }): this; | ||
| }): ProjectDefinition; | ||
| set(name: string, value: ProjectDefinition): this; | ||
@@ -59,3 +59,3 @@ private _validateName; | ||
| name: string; | ||
| } & TargetDefinition): this; | ||
| } & TargetDefinition): TargetDefinition; | ||
| set(name: string, value: TargetDefinition): this; | ||
@@ -62,0 +62,0 @@ private _validateName; |
@@ -116,3 +116,3 @@ "use strict"; | ||
| super.set(definition.name, project); | ||
| return this; | ||
| return project; | ||
| } | ||
@@ -146,3 +146,3 @@ set(name, value) { | ||
| super.set(definition.name, target); | ||
| return this; | ||
| return target; | ||
| } | ||
@@ -149,0 +149,0 @@ set(name, value) { |
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 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 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 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
482890
0.01%+ Added
- Removed
Updated