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

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
856
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 19.0.2 to 19.0.3

2

bundles/chunk-NQFS66HQ.js

@@ -314,3 +314,3 @@

import semver from "semver";
var PLACEHOLDER_VERSION = "19.0.2";
var PLACEHOLDER_VERSION = "19.0.3";
function wrapReference(wrapped) {

@@ -317,0 +317,0 @@ return { value: wrapped, type: wrapped };

@@ -83,3 +83,3 @@

import { Version } from "@angular/compiler";
var VERSION = new Version("19.0.2");
var VERSION = new Version("19.0.3");

@@ -86,0 +86,0 @@ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs

@@ -13,3 +13,3 @@ /**

*
* ```
* ```ts
* function foo() {

@@ -16,0 +16,0 @@ * function bar () {

@@ -10,3 +10,3 @@ /**

import { AstObject, AstValue } from '../../ast/ast_value';
export declare const PLACEHOLDER_VERSION = "19.0.2";
export declare const PLACEHOLDER_VERSION = "19.0.3";
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;

@@ -13,0 +13,0 @@ /**

{
"name": "@angular/compiler-cli",
"version": "19.0.2",
"version": "19.0.3",
"description": "Angular - the compiler CLI for Node.js",

@@ -56,3 +56,3 @@ "typings": "index.d.ts",

"peerDependencies": {
"@angular/compiler": "19.0.2",
"@angular/compiler": "19.0.3",
"typescript": ">=5.5 <5.7"

@@ -59,0 +59,0 @@ },

@@ -268,3 +268,3 @@ /**

*
* ```typescript
* ```ts
* import {LibModule} from 'lib/deep/path/to/module';

@@ -276,3 +276,3 @@ * ```

*
* ```typescript
* ```ts
* import {LibDir, LibCmp, LibPipe} from 'lib/deep/path/to/module';

@@ -279,0 +279,0 @@ * ```

@@ -258,3 +258,3 @@ /**

*
* ```
* ```angular-html
* <ng-template let-ref>

@@ -270,3 +270,3 @@ * @for (item of items; track ref) {}

*
* ```
* ```angular-html
* @defer (on interaction(trigger)) {...}

@@ -284,3 +284,3 @@ *

*
* ```
* ```angular-html
* <comp>

@@ -320,3 +320,3 @@ * @if (expr) {

*
* ```
* ```html
* <div ([foo])="bar" />

@@ -329,3 +329,3 @@ * ```

*
* ```
* ```html
* {{ foo ?? bar }}

@@ -345,3 +345,3 @@ * ```

* For example:
* ```
* ```html
* <div

@@ -363,3 +363,3 @@ * attr.x="value"

* For example:
* ```
* ```html
* <ul><li *ngFor="item of items">{{item["name"]}};</li></ul>

@@ -383,3 +383,3 @@ * ```

*
* ```
* ```html
* {{ foo?.bar }}

@@ -396,3 +396,3 @@ * {{ foo?.['bar'] }}

* For example:
* ```
* ```html
* <my-cmp [ngSkipHydration]="someTruthyVar" />

@@ -409,3 +409,3 @@ * ```

* For example:
* ```
* ```html
* {{ mySignal() }}

@@ -418,3 +418,3 @@ * ```

*
* ```
* ```ts
* // Allowed

@@ -434,3 +434,3 @@ * myInput = input();

* For example:
* ```
* ```html
* <button (click)="myFunc"></button>

@@ -447,3 +447,3 @@ * ```

* For example:
* ```
* ```angular-html
* @let used = 1; <!-- Not an error -->

@@ -450,0 +450,0 @@ * @let notUsed = 2; <!-- Error -->

@@ -30,3 +30,3 @@ /**

*
* ```
* ```ts
* import {NgIterable} from '@angular/core';

@@ -43,3 +43,3 @@ *

*
* ```
* ```ts
* import * as i0 from '@angular/core';

@@ -46,0 +46,0 @@ * import * as i1 from '@angular/common';

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

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