🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
912
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

to
19.2.10

2

bundles/chunk-IYDTONLQ.js

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

import semver from "semver";
var PLACEHOLDER_VERSION = "19.2.9";
var PLACEHOLDER_VERSION = "19.2.10";
function wrapReference(wrapped) {

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

@@ -85,3 +85,3 @@

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

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

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

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

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

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

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

"peerDependencies": {
"@angular/compiler": "19.2.9",
"@angular/compiler": "19.2.10",
"typescript": ">=5.5 <5.9"

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