Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nx-dotnet/utils

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/utils - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

4

package.json

@@ -11,5 +11,5 @@ {

"license": "MIT",
"version": "0.14.0",
"version": "0.15.0",
"typings": "./src/index.d.ts",
"peerDependencies": {}
}
}
export * from './lib';

@@ -0,0 +0,0 @@ "use strict";

export * from './paths';
export * from './options';
export * from './tags';

@@ -0,0 +0,0 @@ "use strict";

export declare const ALLOW_MISMATCH = "allow-mismatch";

@@ -0,0 +0,0 @@ "use strict";

export declare const CONFIG_FILE_PATH = ".nx-dotnet.rc.json";

@@ -0,0 +0,0 @@ "use strict";

export declare const NXDOTNET_TAG = "nx-dotnet";

@@ -0,0 +0,0 @@ "use strict";

export * from './constants';
export * from './models';
export * from './utility-functions';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type cmdLineParameter = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=cmd-line-parameter.js.map
export * from './cmd-line-parameter';
export * from './nx-dotnet-config.interface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface NxDotnetConfig {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=nx-dotnet-config.interface.js.map

@@ -0,0 +0,0 @@ export declare function isDryRun(): boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Tree } from '@nrwl/devkit';

@@ -0,0 +0,0 @@ "use strict";

import { ExecutorContext } from '@nrwl/devkit';
export declare const getExecutedProjectConfiguration: (context: ExecutorContext) => import("@nrwl/devkit").ProjectConfiguration;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { cmdLineParameter } from '../models';

@@ -0,0 +0,0 @@ "use strict";

export declare function rimraf(path: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { NxJsonProjectConfiguration, ProjectConfiguration, Tree, WorkspaceJsonConfiguration } from '@nrwl/devkit';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Tree } from '@nrwl/devkit';

@@ -0,0 +0,0 @@ "use strict";

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