Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
1
Versions
843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/compiler-cli - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

8

package.json
{
"name": "@angular/compiler-cli",
"version": "4.1.2",
"version": "4.1.3",
"description": "Angular - the compiler CLI for Node.js",

@@ -12,3 +12,3 @@ "main": "index.js",

"dependencies": {
"@angular/tsc-wrapped": "4.1.2",
"@angular/tsc-wrapped": "4.1.3",
"reflect-metadata": "^0.1.2",

@@ -19,4 +19,4 @@ "minimist": "^1.2.0"

"typescript": "^2.0.2",
"@angular/compiler": "4.1.2",
"@angular/core": "4.1.2"
"@angular/compiler": "4.1.3",
"@angular/core": "4.1.3"
},

@@ -23,0 +23,0 @@ "repository": {

@@ -114,3 +114,8 @@ /**

var importedSymbols = (moduleMetadata.imports || [])
.filter(function (i) { return i instanceof compiler_1.StaticSymbol; });
.filter(function (i) { return i instanceof compiler_1.StaticSymbol || i.ngModule instanceof compiler_1.StaticSymbol; })
.map(function (i) {
if (i instanceof compiler_1.StaticSymbol)
return i;
return i.ngModule;
});
return importedSymbols

@@ -117,0 +122,0 @@ .reduce(function (acc, i) {

@@ -18,3 +18,3 @@ /**

*/
exports.VERSION = new core_1.Version('4.1.2');
exports.VERSION = new core_1.Version('4.1.3');
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc