🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

create-nx-workspace

Package Overview
Dependencies
Maintainers
7
Versions
2218
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

to
21.2.0-beta.1

1

bin/create-nx-workspace.d.ts

@@ -42,3 +42,2 @@ import * as yargs from 'yargs';

ssr: boolean;
serverRouting: boolean;
prefix: string;

@@ -45,0 +44,0 @@ }

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

let ssr = undefined;
let serverRouting = undefined;
const standaloneApi = parsedArgs.standaloneApi;

@@ -814,21 +813,2 @@ const routing = parsedArgs.routing;

}
if (parsedArgs.serverRouting !== undefined) {
serverRouting = parsedArgs.serverRouting;
}
else if (ssr && bundler === 'esbuild') {
const reply = await enquirer.prompt([
{
name: 'serverRouting',
message: 'Would you like to use the Server Routing and App Engine APIs (Developer Preview) for this server application?',
type: 'autocomplete',
choices: [{ name: 'Yes' }, { name: 'No' }],
initial: 1,
skip: !parsedArgs.interactive || (0, is_ci_1.isCI)(),
},
]);
serverRouting = reply.serverRouting === 'Yes';
}
else {
serverRouting = false;
}
unitTestRunner = await determineUnitTestRunner(parsedArgs);

@@ -846,3 +826,2 @@ e2eTestRunner = await determineE2eTestRunner(parsedArgs);

ssr,
serverRouting,
prefix,

@@ -849,0 +828,0 @@ };

4

package.json
{
"name": "create-nx-workspace",
"version": "21.1.2",
"version": "21.2.0-beta.1",
"private": false,
"description": "Smart Monorepos · Fast CI",
"description": "Smart Repos · Fast Builds",
"repository": {

@@ -7,0 +7,0 @@ "type": "git",

<p style="text-align: center;">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
<img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
</picture>

@@ -69,3 +69,3 @@ </p>

<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>