New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular-devkit/schematics-cli

Package Overview
Dependencies
Maintainers
2
Versions
770
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 19.1.3 to 19.1.4

4

blank/schema.d.ts

@@ -1,2 +0,2 @@

export interface Schema {
export type Schema = {
/**

@@ -15,3 +15,3 @@ * Author for the new schematic.

[property: string]: any;
}
};
/**

@@ -18,0 +18,0 @@ * The package manager used to install dependencies.

{
"name": "@angular-devkit/schematics-cli",
"version": "19.1.3",
"version": "19.1.4",
"description": "Angular Schematics - CLI",

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

"dependencies": {
"@angular-devkit/core": "19.1.3",
"@angular-devkit/schematics": "19.1.3",
"@angular-devkit/core": "19.1.4",
"@angular-devkit/schematics": "19.1.4",
"@inquirer/prompts": "7.2.1",

@@ -28,0 +28,0 @@ "ansi-colors": "4.1.3",

@@ -1,2 +0,2 @@

export interface Schema {
export type Schema = {
/**

@@ -15,3 +15,3 @@ * Author for the new schematic.

[property: string]: any;
}
};
/**

@@ -18,0 +18,0 @@ * The package manager used to install dependencies.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc