Socket
Socket
Sign inDemoInstall

create-nx-workspace

Package Overview
Dependencies
Maintainers
7
Versions
1673
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nx-workspace - npm Package Compare versions

Comparing version 19.8.0 to 19.8.1

2

package.json
{
"name": "create-nx-workspace",
"version": "19.8.0",
"version": "19.8.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "Smart Monorepos · Fast CI",

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

return new Promise((res, rej) => {
(0, child_process_1.exec)(command, { cwd, env: { ...process.env, NX_DAEMON: 'false' } }, (error, stdout, stderr) => {
(0, child_process_1.exec)(command, { cwd, env: { ...process.env, NX_DAEMON: 'false' }, windowsHide: true }, (error, stdout, stderr) => {
if (error) {

@@ -42,0 +42,0 @@ const logFile = (0, path_1.join)(cwd, 'error.log');

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

},
windowsHide: true,
};

@@ -44,0 +45,0 @@ return new Promise((resolve, reject) => {

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