Socket
Socket
Sign inDemoInstall

@angular-devkit/schematics

Package Overview
Dependencies
Maintainers
2
Versions
772
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 18.1.0-next.1 to 18.1.0-next.2

15

package.json
{
"name": "@angular-devkit/schematics",
"version": "18.1.0-next.1",
"version": "18.1.0-next.2",
"description": "Angular Schematics - Library",

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

"dependencies": {
"@angular-devkit/core": "18.1.0-next.1",
"@angular-devkit/core": "18.1.0-next.2",
"jsonc-parser": "3.2.1",

@@ -28,2 +28,3 @@ "magic-string": "0.30.10",

},
"packageManager": "yarn@4.2.2",
"repository": {

@@ -43,3 +44,11 @@ "type": "git",

},
"homepage": "https://github.com/angular/angular-cli"
"homepage": "https://github.com/angular/angular-cli",
"dependenciesMeta": {
"esbuild": {
"built": true
},
"puppeteer": {
"built": true
}
}
}

2

src/engine/engine.d.ts

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export * from './engine';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { logging } from '@angular-devkit/core';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import { JsonObject, JsonValue, schema } from '@angular-devkit/core';
export declare function formatValidator(data: JsonValue, dataSchema: JsonObject, formats: schema.SchemaFormat[]): Promise<schema.SchemaValidatorResult>;

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import { schema } from '@angular-devkit/core';
export declare const htmlSelectorFormat: schema.SchemaFormat;

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { schema } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import { schema } from '@angular-devkit/core';
export declare const pathFormat: schema.SchemaFormat;

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { strings } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { FileOperator, Rule, Source } from '../engine/interface';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import { Rule } from '../engine/interface';
export declare function move(from: string, to?: string): Rule;

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Source } from '../engine/interface';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { ExecutionOptions, Rule } from '../engine/interface';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import { Source } from '../engine/interface';
export declare function url(urlString: string): Source;

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { virtualFs } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Path, virtualFs } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Observable } from 'rxjs';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException, Path } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { JsonValue } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { HostTree } from './host-tree';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Path } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { JsonValue, Path, PathFragment, virtualFs } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { JsonValue, Path, PathFragment } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException, JsonValue, Path, PathFragment } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { JsonValue, Path, PathFragment } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { HostTree } from './host-tree';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { schema, virtualFs } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
export * from './base';
export * from './interface';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { logging } from '@angular-devkit/core';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export { NodePackageInstallTask } from './package-manager/install-task';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskExecutorFactory } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export declare const NodePackageName = "node-package";

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskExecutor } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export declare const RepositoryInitializerName = "repo-init";

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskExecutor } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export declare const RunSchematicName = "run-schematic";

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,4 +6,4 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
export * from './schematic-test-runner';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { logging } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { JsonObject } from '@angular-devkit/core';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export declare class ExportStringRef<T> {

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Observable } from 'rxjs';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Observable } from 'rxjs';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import { JsonValue } from '@angular-devkit/core';
export declare function readJsonFile(path: string): JsonValue;

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export * from './description';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { BaseException } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { TaskConfiguration } from '../src/engine';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { schema } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Path, schema, virtualFs } from '@angular-devkit/core';

@@ -7,3 +7,3 @@ "use strict";

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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