🎩 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
1071
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.1.0-next.2
to
22.1.0-next.3
+1
-1
bundles/chunk-DYU4R5IG.js

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

import semver from "semver";
var PLACEHOLDER_VERSION = "22.1.0-next.2";
var PLACEHOLDER_VERSION = "22.1.0-next.3";
function wrapReference(wrapped) {

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

@@ -109,3 +109,3 @@

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

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

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

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

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

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

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

"peerDependencies": {
"@angular/compiler": "22.1.0-next.2",
"@angular/compiler": "22.1.0-next.3",
"typescript": ">=6.0 <6.1"

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

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