Socket
Socket
Sign inDemoInstall

@nx/workspace

Package Overview
Dependencies
Maintainers
5
Versions
595
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/workspace - npm Package Compare versions

Comparing version 17.1.2 to 17.2.0-beta.0

8

package.json
{
"name": "@nx/workspace",
"version": "17.1.2",
"version": "17.2.0-beta.0",
"private": false,

@@ -64,3 +64,3 @@ "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",

"dependencies": {
"@nx/devkit": "17.1.2",
"@nx/devkit": "17.2.0-beta.0",
"chalk": "^4.1.0",

@@ -70,4 +70,4 @@ "enquirer": "~2.3.6",

"yargs-parser": "21.1.1",
"nx": "17.1.2",
"@nrwl/workspace": "17.1.2"
"nx": "17.2.0-beta.0",
"@nrwl/workspace": "17.2.0-beta.0"
},

@@ -74,0 +74,0 @@ "publishConfig": {

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

.split(path.sep)
.join('/');
.join('/') + '/';
const oldRelativeRoot = path

@@ -71,3 +71,3 @@ .relative(path.join(devkit_1.workspaceRoot, project.root), devkit_1.workspaceRoot)

const dots = /\./g;
const regex = new RegExp(`(?<!\\.\\.\\/)${oldRelativeRoot.replace(dots, '\\.')}(?!\\/\\.\\.)`, 'g');
const regex = new RegExp(`(?<!\\.\\.\\/)${oldRelativeRoot.replace(dots, '\\.')}\/(?!\\.\\.\\/)`, 'g');
for (const file of tree.children(schema.relativeToRootDestination)) {

@@ -74,0 +74,0 @@ const ext = (0, path_1.extname)(file);

@@ -59,5 +59,2 @@ "use strict";

},
e2e: {
cache: true,
},
},

@@ -64,0 +61,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