You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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
22.0.0-next.2
to
22.0.0-next.3
+1
-1
blank/project-files/package.json

@@ -18,3 +18,3 @@ {

"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~5.9.2"
"typescript": "~6.0.2"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -5,4 +5,4 @@ {

"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"noEmitOnError": true,

@@ -9,0 +9,0 @@ "noFallthroughCasesInSwitch": true,

{
"name": "@angular-devkit/schematics-cli",
"version": "22.0.0-next.2",
"version": "22.0.0-next.3",
"description": "Angular Schematics - CLI",

@@ -24,4 +24,4 @@ "homepage": "https://github.com/angular/angular-cli",

"dependencies": {
"@angular-devkit/core": "22.0.0-next.2",
"@angular-devkit/schematics": "22.0.0-next.2",
"@angular-devkit/core": "22.0.0-next.3",
"@angular-devkit/schematics": "22.0.0-next.3",
"@inquirer/prompts": "8.3.2"

@@ -28,0 +28,0 @@ },

@@ -23,4 +23,4 @@ {

"jasmine": "~6.1.0",
"typescript": "~5.9.2"
"typescript": "~6.0.2"
}
}

@@ -5,3 +5,3 @@ {

"module": "commonjs",
"moduleResolution": "node",
"moduleResolution": "bundler",
"noEmitOnError": true,

@@ -8,0 +8,0 @@ "noFallthroughCasesInSwitch": true,