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

Package Overview
Dependencies
Maintainers
2
Versions
967
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
9.0.0-next.10
to
9.0.0-next.11
+2
-2
package.json
{
"name": "@angular-devkit/schematics",
"version": "9.0.0-next.10",
"version": "9.0.0-next.11",
"description": "Angular Schematics - Library",

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

"dependencies": {
"@angular-devkit/core": "9.0.0-next.10",
"@angular-devkit/core": "9.0.0-next.11",
"rxjs": "6.5.3"

@@ -24,0 +24,0 @@ },

@@ -123,4 +123,4 @@ "use strict";

}
exports.TaskScheduler = TaskScheduler;
TaskScheduler._taskIdCounter = 1;
exports.TaskScheduler = TaskScheduler;
class SchematicEngine {

@@ -127,0 +127,0 @@ constructor(_host, _workflow) {

@@ -9,2 +9,3 @@ "use strict";

}
exports.BuiltinTaskExecutor = BuiltinTaskExecutor;
BuiltinTaskExecutor.NodePackage = {

@@ -26,2 +27,1 @@ name: options_1.NodePackageName,

};
exports.BuiltinTaskExecutor = BuiltinTaskExecutor;

@@ -14,2 +14,2 @@ /**

}
export declare function validateOptionsWithSchema(registry: schema.SchemaRegistry): <T extends {}>(schematic: FileSystemSchematicDescription, options: T, context?: import("../src/index").TypedSchematicContext<import("./description").FileSystemCollectionDescription, FileSystemSchematicDescription> | undefined) => Observable<T>;
export declare function validateOptionsWithSchema(registry: schema.SchemaRegistry): <T extends {}>(schematic: FileSystemSchematicDescription, options: T, context?: import("../src").TypedSchematicContext<import("./description").FileSystemCollectionDescription, FileSystemSchematicDescription> | undefined) => Observable<T>;