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.1.5 to 0.2.0-dev.2

src/lib/models/dotnet-test/dotnet-test-flags.d.ts

14

package.json
{
"name": "@nx-dotnet/dotnet",
"private": false,
"main": "src/index.js",
"main": "./src/index.js",
"dependencies": {
"@nx-dotnet/utils": "0.1.5"
"@nx-dotnet/utils": "0.2.0-dev.2",
"glob": "^7.1.6",
"rimraf": "^3.0.2",
"xmldoc": "^1.1.2"
},
"version": "0.1.5"
}
"license": "MIT",
"version": "0.2.0-dev.2",
"typings": "./src/index.d.ts",
"peerDependencies": {}
}

@@ -0,0 +0,0 @@ # dotnet2

export * from './dotnet-new';
export * from './dotnet-build';
export * from './dotnet-run';
export * from './dotnet-test';

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

tslib_1.__exportStar(require("./dotnet-run"), exports);
tslib_1.__exportStar(require("./dotnet-test"), exports);
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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