Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nrwl/nx-cloud

Package Overview
Dependencies
Maintainers
1
Versions
343
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/nx-cloud - npm Package Compare versions

Comparing version 9.1.0-beta.3 to 9.1.0-beta.4

13

lib/nx-cloud-tasks-runner.js

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

baseURL: baseUrl,
timeout: 500,
timeout: 1000,
headers: { authorization: authToken }

@@ -350,12 +350,3 @@ });

}
let projects;
if (hits.length > 1) {
projects = `${hits[0]} and ${hits.length - 1} other projects`;
}
else {
projects = hits.join(`, `);
}
if (projects.length > 20) {
projects = `${hits.length} projects`;
}
const projects = hits.length === 1 ? hits[0] : `${hits.length} projects`;
const message = output_1.output.colors.gray(`Results for ${projects} were retrieved from Nx Cloud.`);

@@ -362,0 +353,0 @@ output_1.output.addNewline();

2

package.json
{
"name": "@nrwl/nx-cloud",
"version": "9.1.0-beta.3",
"version": "9.1.0-beta.4",
"description": "Nx Cloud plugin for Nx",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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