You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
924
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
20.2.0-next.0

2

bundles/chunk-FPHHL4UV.js

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

import semver from "semver";
var PLACEHOLDER_VERSION = "20.1.0";
var PLACEHOLDER_VERSION = "20.2.0-next.0";
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("20.1.0");
var VERSION = new Version("20.2.0-next.0");

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

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

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

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

{
"name": "@angular/compiler-cli",
"version": "20.1.0",
"version": "20.2.0-next.0",
"description": "Angular - the compiler CLI for Node.js",

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

"peerDependencies": {
"@angular/compiler": "20.1.0",
"@angular/compiler": "20.2.0-next.0",
"typescript": ">=5.8 <5.9"

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