You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@angular-devkit/schematics

Package Overview
Dependencies
Maintainers
2
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/schematics - npm Package Compare versions

Comparing version

to
20.2.0-next.0

4

package.json
{
"name": "@angular-devkit/schematics",
"version": "20.1.1",
"version": "20.2.0-next.0",
"description": "Angular Schematics - Library",

@@ -21,3 +21,3 @@ "main": "src/index.js",

"dependencies": {
"@angular-devkit/core": "20.1.1",
"@angular-devkit/core": "20.2.0-next.0",
"jsonc-parser": "3.3.1",

@@ -24,0 +24,0 @@ "magic-string": "0.30.17",

@@ -41,4 +41,4 @@ /**

private _engine;
readonly baseDescriptions?: Array<CollectionDescription<CollectionT>> | undefined;
constructor(_description: CollectionDescription<CollectionT>, _engine: SchematicEngine<CollectionT, SchematicT>, baseDescriptions?: Array<CollectionDescription<CollectionT>> | undefined);
readonly baseDescriptions?: CollectionDescription<CollectionT>[] | undefined;
constructor(_description: CollectionDescription<CollectionT>, _engine: SchematicEngine<CollectionT, SchematicT>, baseDescriptions?: CollectionDescription<CollectionT>[] | undefined);
get description(): CollectionDescription<CollectionT>;

@@ -45,0 +45,0 @@ get name(): string;