Socket
Book a DemoSign in
Socket

@angular-devkit/schematics-cli

Package Overview
Dependencies
Maintainers
2
Versions
932
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/schematics-cli - npm Package Compare versions

Comparing version
21.2.1
to
22.0.0-next.0
+0
-1
blank/project-files/tsconfig.json
{
"compilerOptions": {
"baseUrl": "tsconfig",
"lib": ["es2018", "dom"],

@@ -5,0 +4,0 @@ "declaration": true,

+7
-7
{
"name": "@angular-devkit/schematics-cli",
"version": "21.2.1",
"version": "22.0.0-next.0",
"description": "Angular Schematics - CLI",
"homepage": "https://github.com/angular/angular-cli",
"bin": {
"schematics": "./bin/schematics.js"
"schematics": "bin/schematics.js"
},

@@ -24,13 +24,13 @@ "keywords": [

"dependencies": {
"@angular-devkit/core": "21.2.1",
"@angular-devkit/schematics": "21.2.1",
"@inquirer/prompts": "7.10.1"
"@angular-devkit/core": "22.0.0-next.0",
"@angular-devkit/schematics": "22.0.0-next.0",
"@inquirer/prompts": "8.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
"url": "git+https://github.com/angular/angular-cli.git"
},
"packageManager": "pnpm@10.30.3",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"node": "^22.22.0 || >=24.13.1",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",

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

@@ -22,5 +22,5 @@ {

"@types/jasmine": "~6.0.0",
"jasmine": "~6.0.0",
"jasmine": "~6.1.0",
"typescript": "~5.9.2"
}
}
{
"compilerOptions": {
"baseUrl": "tsconfig",
"lib": ["es2018", "dom"],

@@ -5,0 +4,0 @@ "module": "commonjs",