@angular/compiler-cli
Advanced tools
+4
-4
| { | ||
| "name": "@angular/compiler-cli", | ||
| "version": "4.4.6", | ||
| "version": "4.4.7", | ||
| "description": "Angular - the compiler CLI for Node.js", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "@angular/tsc-wrapped": "4.4.6", | ||
| "@angular/tsc-wrapped": "4.4.7", | ||
| "reflect-metadata": "^0.1.2", | ||
@@ -19,4 +19,4 @@ "minimist": "^1.2.0" | ||
| "typescript": "^2.0.2", | ||
| "@angular/compiler": "4.4.6", | ||
| "@angular/core": "4.4.6" | ||
| "@angular/compiler": "4.4.7", | ||
| "@angular/core": "4.4.7" | ||
| }, | ||
@@ -23,0 +23,0 @@ "repository": { |
+1
-1
@@ -19,3 +19,3 @@ "use strict"; | ||
| */ | ||
| exports.VERSION = new core_1.Version('4.4.6'); | ||
| exports.VERSION = new core_1.Version('4.4.7'); | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../packages/compiler-cli/src/version.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAEH;;;;GAIG;AAEH,sCAAsC;AACtC;;GAEG;AACU,QAAA,OAAO,GAAG,IAAI,cAAO,CAAC,mBAAmB,CAAC,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the common package.\n */\n\nimport {Version} from '@angular/core';\n/**\n * @stable\n */\nexport const VERSION = new Version('4.4.6');\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../packages/compiler-cli/src/version.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAEH;;;;GAIG;AAEH,sCAAsC;AACtC;;GAEG;AACU,QAAA,OAAO,GAAG,IAAI,cAAO,CAAC,mBAAmB,CAAC,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the common package.\n */\n\nimport {Version} from '@angular/core';\n/**\n * @stable\n */\nexport const VERSION = new Version('4.4.7');\n"]} |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance 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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance 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
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated