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 1.2.0 to 1.3.0

src/lib/utility-functions/childprocess.d.ts

2

package.json

@@ -11,3 +11,3 @@ {

"license": "MIT",
"version": "1.2.0",
"version": "1.3.0",
"bugs": {

@@ -14,0 +14,0 @@ "url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",

@@ -9,1 +9,3 @@ export * from './args';

export * from './xml';
export * from './is-buffer';
export * from './childprocess';

@@ -12,2 +12,4 @@ "use strict";

tslib_1.__exportStar(require("./xml"), exports);
tslib_1.__exportStar(require("./is-buffer"), exports);
tslib_1.__exportStar(require("./childprocess"), exports);
//# sourceMappingURL=index.js.map

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

const devkit_1 = require("@nrwl/devkit");
const app_root_1 = require("@nrwl/tao/src/utils/app-root");
const fs_1 = require("fs");

@@ -30,3 +31,3 @@ const path_1 = require("path");

});
const netProjectFilePath = getProjectFileForNxProjectSync(workspaceConfiguration.projects[targetProject]);
const netProjectFilePath = path_1.relative(process.cwd(), path_1.resolve(app_root_1.appRootPath, getProjectFileForNxProjectSync(workspaceConfiguration.projects[targetProject])));
const hostProjectDirectory = path_1.dirname(netProjectFilePath).replace(/\\/g, '/');

@@ -33,0 +34,0 @@ const xml = new xmldoc_1.XmlDocument(fs_1.readFileSync(netProjectFilePath).toString());

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