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

@nx-dotnet/core

Package Overview
Dependencies
Maintainers
1
Versions
230
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.1.5-dev.2 to 0.1.5-dev.3

6

package.json

@@ -9,7 +9,7 @@ {

"chokidar": "^3.5.1",
"@nx-dotnet/dotnet": "0.1.5-dev.2",
"@nx-dotnet/utils": "0.1.5-dev.2",
"@nx-dotnet/dotnet": "0.1.5-dev.3",
"@nx-dotnet/utils": "0.1.5-dev.3",
"xmldoc": "^1.1.2"
},
"version": "0.1.5-dev.2"
"version": "0.1.5-dev.3"
}

@@ -79,7 +79,11 @@ "use strict";

const xml = new xmldoc_1.XmlDocument(fs_1.readFileSync(projectFilePath).toString());
const el = new xmldoc_1.XmlElement({
const el = {
name: 'OutputPath',
attributes: {},
});
el.val = `${path_1.relative(projectFilePath, process.cwd())}/dist/${projectName}`;
attr: {},
val: `${path_1.relative(projectFilePath, process.cwd())}/dist/${projectName}`,
type: 'element',
children: [],
firstChild: null,
lastChild: null
};
(_a = xml.childNamed('PropertyGroup')) === null || _a === void 0 ? void 0 : _a.children.push(el);

@@ -86,0 +90,0 @@ host.write(projectFilePath, xml.toStringWithIndent(' '));

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