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.1.5-dev.19 to 0.1.5-dev.20

2

package.json

@@ -10,5 +10,5 @@ {

},
"version": "0.1.5-dev.19",
"version": "0.1.5-dev.20",
"typings": "./src/index.d.ts",
"peerDependencies": {}
}

@@ -0,0 +0,0 @@ # utils1

export * from './lib';

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

export declare function isDryRun(): boolean;

@@ -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 @@ /**

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

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

@@ -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';

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

import { cmdLineParameter } from './models';
export declare function getParameterString(parameters: cmdLineParameter[]): string;

@@ -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 { ProjectConfiguration, WorkspaceJsonConfiguration } 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