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-27552-8322864 to 0.0.0-pr-27640-2822b72

2

package.json
{
"name": "create-nx-workspace",
"version": "0.0.0-pr-27552-8322864",
"version": "0.0.0-pr-27640-2822b72",
"private": false,

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

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

const lines = [`Error: ${error.message}`];
if (process.env.NX_VERBOSE_LOGGING) {
if (process.env.NX_VERBOSE_LOGGING === 'true') {
lines.push(`Stack: ${error.stack}`);

@@ -28,3 +28,3 @@ }

: [];
if (process.env.NX_VERBOSE_LOGGING) {
if (process.env.NX_VERBOSE_LOGGING === 'true') {
lines.push(`Error: ${error.message}`);

@@ -31,0 +31,0 @@ lines.push(`Stack: ${error.stack}`);

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

'github',
'circleci',
'gitlab',
'azure',
'bitbucket-pipelines',
'circleci',
'skip',

@@ -29,6 +29,6 @@ 'yes', // Deprecated but still handled

{ 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: 'circleci', name: 'Circle CI' },
{ value: 'skip', name: '\nDo it later' },

@@ -35,0 +35,0 @@ ],

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