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
927
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.0-next.0
to
21.2.0-next.1
+2
-2
blank/project-files/package.json

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

"@types/node": "^20.17.19",
"@types/jasmine": "~5.1.0",
"jasmine": "^5.0.0"
"@types/jasmine": "~6.0.0",
"jasmine": "^6.0.0"
}
}
{
"name": "@angular-devkit/schematics-cli",
"version": "21.2.0-next.0",
"version": "21.2.0-next.1",
"description": "Angular Schematics - CLI",

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

"dependencies": {
"@angular-devkit/core": "21.2.0-next.0",
"@angular-devkit/schematics": "21.2.0-next.0",
"@angular-devkit/core": "21.2.0-next.1",
"@angular-devkit/schematics": "21.2.0-next.1",
"@inquirer/prompts": "7.10.1"

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

@@ -21,6 +21,6 @@ {

"@types/node": "^20.17.19",
"@types/jasmine": "~5.1.0",
"jasmine": "~5.13.0",
"@types/jasmine": "~6.0.0",
"jasmine": "~6.0.0",
"typescript": "~5.9.2"
}
}