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-26891-2baa5df to 0.0.0-pr-26891-95f6262

2

package.json
{
"name": "create-nx-workspace",
"version": "0.0.0-pr-26891-2baa5df",
"version": "0.0.0-pr-26891-95f6262",
"private": false,

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

@@ -37,19 +37,2 @@ "use strict";

},
{
code: 'which-ci-provider2',
message: `Which CI provider would you like to use?`,
initial: 0,
choices: [
{ 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: 'skip',
name: '\nNo - I would not like to set up CI with remote caching, task distribution and test splitting',
},
],
footer: '\nRemote caching, task distribution and test splitting are provided by Nx Cloud. Read more at https://nx.dev/ci',
},
],

@@ -61,14 +44,2 @@ /**

{
code: 'enable-caching',
message: `Would you like remote caching to make your build faster?`,
initial: 0,
choices: [
{ value: 'yes', name: 'Yes' },
{ value: 'skip', name: 'Skip for now' },
],
footer: '\nRead more about remote caching at https://nx.dev/ci/features/remote-cache',
hint: `\n(can be disabled any time)`,
fallback: undefined,
},
{
code: 'enable-caching2',

@@ -75,0 +46,0 @@ message: `Would you like remote caching to make your build faster?`,

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