🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
1081
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
20.3.26
to
20.3.27
+1
-1
bundles/chunk-BPDNYZBC.js

@@ -458,3 +458,3 @@

import semver from "semver";
var PLACEHOLDER_VERSION = "20.3.26";
var PLACEHOLDER_VERSION = "20.3.27";
function wrapReference(wrapped) {

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

@@ -80,3 +80,3 @@

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

@@ -83,0 +83,0 @@ // packages/compiler-cli/private/tooling.js

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

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

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

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

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

"peerDependencies": {
"@angular/compiler": "20.3.26",
"@angular/compiler": "20.3.27",
"typescript": ">=5.8 <6.0"

@@ -54,0 +54,0 @@ },