New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nx-dotnet/core

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/core - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [0.4.1](https://github.com/nx-dotnet/nx-dotnet/compare/v0.4.0...v0.4.1) (2021-05-03)
### Bug Fixes
* **core:** test projects not generating ([28d3d1e](https://github.com/nx-dotnet/nx-dotnet/commit/28d3d1ef14ba41169cb33a73bb4de8fda2da13c0))
# [0.4.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.3.0...v0.4.0) (2021-05-01)

@@ -2,0 +9,0 @@

6

package.json

@@ -8,4 +8,4 @@ {

"dependencies": {
"@nx-dotnet/dotnet": "0.4.0",
"@nx-dotnet/utils": "0.4.0",
"@nx-dotnet/dotnet": "0.4.1",
"@nx-dotnet/utils": "0.4.1",
"glob": "^7.1.6",

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

"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [

@@ -21,0 +21,0 @@ "Nx",

@@ -42,3 +42,3 @@ {

},
"test-template": {
"testTemplate": {
"type": "string",

@@ -45,0 +45,0 @@ "description": "Which template should be used for creating the tests project?",

@@ -41,5 +41,20 @@ {

}
},
"testTemplate": {
"type": "string",
"description": "Which template should be used for creating the tests project?",
"default": "nunit",
"x-prompt": {
"message": "Which template should be used for creating the tests project",
"type": "list",
"items": [
{ "value": "nunit", "label": "NUnit 3 Test Project" },
{ "value": "xunit", "label": "xUnit Test Project" },
{ "value": "mstest", "label": "Unit Test Project" },
{ "value": "none", "label": "No Unit Test Project" }
]
}
}
},
"required": ["name", "template", "language"]
"required": ["name", "template", "language", "testTemplate"]
}

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

return tslib_1.__awaiter(this, void 0, void 0, function* () {
generator_1.default(host);
yield generator_1.default(host);
options.testTemplate = (_a = options.testTemplate) !== null && _a !== void 0 ? _a : 'none';

@@ -111,0 +111,0 @@ const normalizedOptions = normalizeOptions(host, options, projectType);

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