Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
1059
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
22.0.0-rc.3
to
22.0.0
+1
-1
bundles/chunk-ZURNPVTB.js

@@ -459,3 +459,3 @@

import semver from "semver";
var PLACEHOLDER_VERSION = "22.0.0-rc.3";
var PLACEHOLDER_VERSION = "22.0.0";
function wrapReference(wrapped) {

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

@@ -105,3 +105,3 @@

import { Version } from "@angular/compiler";
var VERSION = new Version("22.0.0-rc.3");
var VERSION = new Version("22.0.0");

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

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

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

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

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

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

"peerDependencies": {
"@angular/compiler": "22.0.0-rc.3",
"@angular/compiler": "22.0.0",
"typescript": ">=6.0 <6.1"

@@ -50,0 +50,0 @@ },

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