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

@angular/cli

Package Overview
Dependencies
Maintainers
2
Versions
923
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cli - npm Package Compare versions

Comparing version

to
20.0.0-rc.0

32

package.json
{
"name": "@angular/cli",
"version": "20.0.0-next.9",
"version": "20.0.0-rc.0",
"description": "CLI tool for Angular",

@@ -28,12 +28,12 @@ "main": "lib/cli/index.js",

"dependencies": {
"@angular-devkit/architect": "0.2000.0-next.9",
"@angular-devkit/core": "20.0.0-next.9",
"@angular-devkit/schematics": "20.0.0-next.9",
"@angular-devkit/architect": "0.2000.0-rc.0",
"@angular-devkit/core": "20.0.0-rc.0",
"@angular-devkit/schematics": "20.0.0-rc.0",
"@inquirer/prompts": "7.5.0",
"@listr2/prompt-adapter-inquirer": "2.0.21",
"@schematics/angular": "20.0.0-next.9",
"@listr2/prompt-adapter-inquirer": "2.0.22",
"@schematics/angular": "20.0.0-rc.0",
"@yarnpkg/lockfile": "1.1.0",
"ini": "5.0.0",
"jsonc-parser": "3.3.1",
"listr2": "8.3.2",
"listr2": "8.3.3",
"npm-package-arg": "12.0.2",

@@ -49,10 +49,10 @@ "npm-pick-manifest": "10.0.0",

"packageGroup": {
"@angular/cli": "20.0.0-next.9",
"@angular/build": "20.0.0-next.9",
"@angular/ssr": "20.0.0-next.9",
"@angular-devkit/architect": "0.2000.0-next.9",
"@angular-devkit/build-angular": "20.0.0-next.9",
"@angular-devkit/build-webpack": "0.2000.0-next.9",
"@angular-devkit/core": "20.0.0-next.9",
"@angular-devkit/schematics": "20.0.0-next.9"
"@angular/cli": "20.0.0-rc.0",
"@angular/build": "20.0.0-rc.0",
"@angular/ssr": "20.0.0-rc.0",
"@angular-devkit/architect": "0.2000.0-rc.0",
"@angular-devkit/build-angular": "20.0.0-rc.0",
"@angular-devkit/build-webpack": "0.2000.0-rc.0",
"@angular-devkit/core": "20.0.0-rc.0",
"@angular-devkit/schematics": "20.0.0-rc.0"
}

@@ -62,3 +62,3 @@ },

"engines": {
"node": "^20.11.1 || >=22.11.0",
"node": "^20.11.1 || ^22.11.0 || >=24.0.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",

@@ -65,0 +65,0 @@ "yarn": ">= 1.13.0"

@@ -21,3 +21,3 @@ "use strict";

*/
const SUPPORTED_NODE_MAJORS = [20, 22];
const SUPPORTED_NODE_MAJORS = [20, 22, 24];
const PACKAGE_PATTERNS = [

@@ -24,0 +24,0 @@ /^@angular\/.*/,

@@ -25,2 +25,2 @@ "use strict";

}
exports.VERSION = new Version('20.0.0-next.9');
exports.VERSION = new Version('20.0.0-rc.0');