Socket
Socket
Sign inDemoInstall

nx-cloud

Package Overview
Dependencies
23
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.4.0-beta.1 to 16.0.0-beta.1

2

generators.json

@@ -8,3 +8,3 @@ {

"schema": "./lib/generators/init/schema.json",
"description": "Initialize the @nrwl/nx-cloud plugin",
"description": "Register nx-cloud in nx.json",
"hidden": true

@@ -11,0 +11,0 @@ }

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

'To use Distributed Task Execution, your default task runner configuration must',
'use the "@nrwl/nx-cloud" task runner.',
'use the "nx-cloud" task runner.',
'',

@@ -13,0 +13,0 @@ 'This can be adjusted in "nx.json".',

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

const linkId = (0, id_generator_1.generateUniqueLinkId)();
yield daemon.processInBackground('@nrwl/nx-cloud/lib/daemon/process-run-end', {
yield daemon.processInBackground('nx-cloud/lib/daemon/process-run-end', {
encryptionKey,

@@ -125,0 +125,0 @@ runnerOptions: Object.assign(Object.assign({}, options), { accessToken }),

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

const v = JSON.parse((0, fs_1.readFileSync)(`package.json`).toString());
return v.devDependencies['@nrwl/nx-cloud'];
return v.devDependencies['nx-cloud'] || v.devDependencies['@nrwl/nx-cloud'];
}

@@ -169,0 +169,0 @@ catch (e) {

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

const defaultRunnerConfig = JSON.parse(stripJsonComments((0, fs_1.readFileSync)(`${workspaceRoot}/nx.json`).toString())).tasksRunnerOptions.default;
if (defaultRunnerConfig.runner !== '@nrwl/nx-cloud') {
if (defaultRunnerConfig.runner !== 'nx-cloud' && defaultRunnerConfig.runner !== '@nrwl/nx-cloud') {
(0, print_invalid_runner_error_1.printInvalidRunnerError)();

@@ -63,0 +63,0 @@ return process.exit(1);

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

default: {
runner: '@nrwl/nx-cloud',
runner: 'nx-cloud',
options,

@@ -26,0 +26,0 @@ },

{
"name": "nx-cloud",
"version": "15.4.0-beta.1",
"description": "Nx Cloud plugin for Nx",
"version": "16.0.0-beta.1",
"description": "Distributed caching and task execution for Lerna and Nx",
"keywords": [

@@ -6,0 +6,0 @@ "Monorepo",

# Nx Cloud
<a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Creative Commons Attribution-NoDerivs 3.0 Unported License</a>.
[![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/@nrwl/nx-cloud)
[![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/nx-cloud)
[![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

@@ -6,0 +6,0 @@ [![Join us @nrwl/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://bit.ly/2ZApcSo)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc