Socket
Socket
Sign inDemoInstall

create-nx-workspace

Package Overview
Dependencies
Maintainers
7
Versions
1687
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 0.0.0-pr-27504-68aa5d2 to 0.0.0-pr-27504-f64ce1f

4

bin/create-nx-workspace.js

@@ -423,3 +423,5 @@ "use strict";

else if (preset === preset_1.Preset.RemixMonorepo ||
preset === preset_1.Preset.RemixStandalone) {
preset === preset_1.Preset.RemixStandalone ||
preset === preset_1.Preset.ReactNative ||
preset === preset_1.Preset.Expo) {
e2eTestRunner = await determineE2eTestRunner(parsedArgs);

@@ -426,0 +428,0 @@ }

{
"name": "create-nx-workspace",
"version": "0.0.0-pr-27504-68aa5d2",
"version": "0.0.0-pr-27504-f64ce1f",
"private": false,

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

@@ -25,3 +25,3 @@ <p style="text-align: center;">

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

@@ -28,0 +28,0 @@ ## What is It?

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

const lines = [`Error: ${error.message}`];
if (process.env.NX_VERBOSE_LOGGING) {
if (process.env.NX_VERBOSE_LOGGING === 'true') {
lines.push(`Stack: ${error.stack}`);

@@ -28,3 +28,3 @@ }

: [];
if (process.env.NX_VERBOSE_LOGGING) {
if (process.env.NX_VERBOSE_LOGGING === 'true') {
lines.push(`Error: ${error.message}`);

@@ -31,0 +31,0 @@ lines.push(`Stack: ${error.stack}`);

@@ -10,6 +10,6 @@ "use strict";

'github',
'circleci',
'gitlab',
'azure',
'bitbucket-pipelines',
'circleci',
'skip',

@@ -29,6 +29,6 @@ 'yes', // Deprecated but still handled

{ value: 'github', name: 'GitHub Actions' },
{ value: 'circleci', name: 'Circle CI' },
{ value: 'gitlab', name: 'Gitlab' },
{ value: 'azure', name: 'Azure DevOps' },
{ value: 'bitbucket-pipelines', name: 'BitBucket Pipelines' },
{ value: 'circleci', name: 'Circle CI' },
{ value: 'skip', name: '\nDo it later' },

@@ -35,0 +35,0 @@ ],

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