Socket
Socket
Sign inDemoInstall

@angular/compiler

Package Overview
Dependencies
Maintainers
1
Versions
837
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/compiler - npm Package Compare versions

Comparing version 2.4.6 to 2.4.7

2

bundles/compiler-testing.umd.js
/**
* @license Angular v2.4.6
* @license Angular v2.4.7
* (c) 2010-2017 Google, Inc. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

{
"name": "@angular/compiler",
"version": "2.4.6",
"version": "2.4.7",
"description": "Angular - the compiler library",

@@ -11,3 +11,3 @@ "main": "bundles/compiler.umd.js",

"peerDependencies": {
"@angular/core": "2.4.6"
"@angular/core": "2.4.7"
},

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

@@ -169,3 +169,3 @@ /**

// However, for runtime compilation, we want to transitively compile all modules,
// so we also need to call loadNgModuleMetadata for all nested modules.
// so we also need to call loadNgModuleDirectiveAndPipeMetadata for all nested modules.
ngModule.transitiveModule.modules.forEach(function (localModuleMeta) {

@@ -172,0 +172,0 @@ loadingPromises.push(_this._metadataResolver.loadNgModuleDirectiveAndPipeMetadata(localModuleMeta.reference, isSync));

@@ -48,3 +48,3 @@ /**

* Gets the metadata for the given directive.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
*/

@@ -72,3 +72,3 @@ getDirectiveMetadata(directiveType: any): cpl.CompileDirectiveMetadata;

* Gets the metadata for the given pipe.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
*/

@@ -75,0 +75,0 @@ getPipeMetadata(pipeType: any): cpl.CompilePipeMetadata;

@@ -315,3 +315,3 @@ /**

* Gets the metadata for the given directive.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
* @param {?} directiveType

@@ -323,3 +323,3 @@ * @return {?}

if (!dirMeta) {
this._reportError(new SyntaxError("Illegal state: getDirectiveMetadata can only be called after loadNgModuleMetadata for a module that declares it. Directive " + stringifyType(directiveType) + "."), directiveType);
this._reportError(new SyntaxError("Illegal state: getDirectiveMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Directive " + stringifyType(directiveType) + "."), directiveType);
}

@@ -677,3 +677,3 @@ return dirMeta;

* Gets the metadata for the given pipe.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
* @param {?} pipeType

@@ -685,3 +685,3 @@ * @return {?}

if (!pipeMeta) {
this._reportError(new SyntaxError("Illegal state: getPipeMetadata can only be called after loadNgModuleMetadata for a module that declares it. Pipe " + stringifyType(pipeType) + "."), pipeType);
this._reportError(new SyntaxError("Illegal state: getPipeMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Pipe " + stringifyType(pipeType) + "."), pipeType);
}

@@ -688,0 +688,0 @@ return pipeMeta;

@@ -12,3 +12,3 @@ /**

*/
export var /** @type {?} */ VERSION = new Version('2.4.6');
export var /** @type {?} */ VERSION = new Version('2.4.7');
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":3,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["2.4.6"]}}},{"__symbolic":"module","version":1,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["2.4.6"]}}}]
[{"__symbolic":"module","version":3,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["2.4.7"]}}},{"__symbolic":"module","version":1,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["2.4.7"]}}}]

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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