Socket
Socket
Sign inDemoInstall

nx-cloud

Package Overview
Dependencies
35
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.1-beta.1 to 16.1.1-beta.2

2

lib/nx-cloud-tasks-runner.js

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

const nxCloudTasksRunner = (tasks, options, context = {}) => {
const nxArgs = context.nxArgs;
const nxArgs = context.nxArgs || {};
const noAccessTokenDefined = !environment_1.ACCESS_TOKEN && !options.accessToken;

@@ -21,0 +21,0 @@ const noCloud = nxArgs['cloud'] === false || environment_1.NX_NO_CLOUD;

{
"name": "nx-cloud",
"version": "16.1.1-beta.1",
"version": "16.1.1-beta.2",
"description": "Distributed caching and task execution for Lerna and Nx",

@@ -32,4 +32,4 @@ "keywords": [

"open": "~8.4.0",
"@nrwl/nx-cloud": "16.1.1-beta.1"
"@nrwl/nx-cloud": "16.1.1-beta.2"
}
}

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