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 19.7.0-canary.20240823-1824267 to 19.7.0-canary.20240827-61ecd4b

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": "19.7.0-canary.20240823-1824267",
"version": "19.7.0-canary.20240827-61ecd4b",
"private": false,

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

@@ -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