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

@nx-dotnet/dotnet

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/dotnet - npm Package Compare versions

Comparing version 0.15.0 to 1.0.0

4

package.json

@@ -6,3 +6,3 @@ {

"dependencies": {
"@nx-dotnet/utils": "0.15.0",
"@nx-dotnet/utils": "1.0.0",
"glob": "^7.1.6",

@@ -13,3 +13,3 @@ "rimraf": "^3.0.2",

"license": "MIT",
"version": "0.15.0",
"version": "1.0.0",
"keywords": [

@@ -16,0 +16,0 @@ ".NET",

export * from './lib';

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

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

export * from './dotnet.client';
export * from './dotnet.factory';

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

export * from './core';
export * from './models';

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

@@ -0,0 +0,0 @@ export declare type dotnetAddPackageFlags = 'version' | 'framework' | 'packageDirectory' | 'prerelease' | 'noRestore' | 'source';

@@ -0,0 +0,0 @@ import { dotnetAddPackageFlags } from './dotnet-add-package-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-add-package-options.js.map
export * from './dotnet-add-package-flags';
export * from './dotnet-add-package-options';

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

@@ -0,0 +0,0 @@ export declare type dotnetBuildFlags = 'configuration' | 'framework' | 'force' | 'noDependencies' | 'noIncremental' | 'noRestore' | 'nologo' | 'output' | 'source' | 'verbosity' | 'versionSuffix' | 'runtime';

@@ -0,0 +0,0 @@ import { dotnetBuildFlags } from './dotnet-build-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-build-options.js.map
export * from './dotnet-build-flags';
export * from './dotnet-build-options';

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

@@ -0,0 +0,0 @@ export declare type dotnetFormatFlags = 'noRestore' | 'fixWhitespace' | 'fixStyle' | 'fixAnalyzers' | 'diagnostics' | 'include' | 'exclude' | 'check' | 'report' | 'binarylog' | 'verbosity';

@@ -0,0 +0,0 @@ import { dotnetFormatFlags } from './dotnet-format-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-format-options.js.map
export * from './dotnet-format-flags';
export * from './dotnet-format-options';

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

@@ -0,0 +0,0 @@ export declare type dotnetNewFlags = 'dryRun' | 'force' | 'language' | 'name' | 'install' | 'nugetSource' | 'output' | 'uninstall' | 'updateApply' | 'updateCheck';

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

@@ -0,0 +0,0 @@ import { dotnetNewFlags } from './dotnet-new-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-new-options.js.map
export declare type dotnetTemplate = 'console' | 'classlib' | 'wpf' | 'wpflib' | 'wpfcustomcontrollib' | 'wpfusercontrollib' | 'winforms' | 'winformslib' | 'worker' | 'grpc' | 'mstest' | 'xunit' | 'nunit' | 'page' | 'viewimports' | 'proto' | 'blazorserver' | 'blazorwasm' | 'web' | 'mvc' | 'webapp' | 'angular' | 'react' | 'reactredux' | 'razorclasslib' | 'webapi' | 'globaljson' | string;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-template.js.map
export * from './dotnet-new-flags';
export * from './dotnet-new-options';
export * from './dotnet-template';

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

@@ -0,0 +0,0 @@ export declare type dotnetPublishFlags = 'configuration' | 'framework' | 'force' | 'manifest' | 'noBuild' | 'noDependencies' | 'nologo' | 'noRestore' | 'output' | 'selfContained' | 'runtime' | 'verbosity' | 'versionSuffix';

@@ -0,0 +0,0 @@ import { dotnetPublishFlags } from './dotnet-publish-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-publish-options.js.map
export * from './dotnet-publish-flags';
export * from './dotnet-publish-options';

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

@@ -0,0 +0,0 @@ export declare type dotnetRunFlags = 'configuration' | 'framework' | 'force' | 'noDependencies' | 'noIncremental' | 'noRestore' | 'nologo' | 'output' | 'source' | 'verbosity' | 'versionSuffix' | 'runtime';

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

@@ -0,0 +0,0 @@ import { dotnetRunFlags } from './dotnet-run-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-run-options.js.map
export * from './dotnet-run-flags';
export * from './dotnet-run-options';

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

@@ -0,0 +0,0 @@ export declare type dotnetTestFlags = 'blameCrashCollectAlways' | 'blameCrashDumpType' | 'blameCrash' | 'blameHangDump' | 'blameHangTimeout' | 'blameHang' | 'blame' | 'collect' | 'configuration' | 'diag' | 'filter' | 'framework' | 'listTests' | 'logger' | 'noBuild' | 'noRestore' | 'nologo' | 'resultsDirectory' | 'settings' | 'testAdapterPath' | 'verbosity';

@@ -0,0 +0,0 @@ import { dotnetTestFlags } from './dotnet-test-flags';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=dotnet-test-options.js.map
export * from './dotnet-test-flags';
export * from './dotnet-test-options';

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

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

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