Socket
Socket
Sign inDemoInstall

@nx/workspace

Package Overview
Dependencies
Maintainers
4
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 19.6.0-canary.20240814-6d83ae2 to 19.6.0-rc.0

11

package.json
{
"name": "@nx/workspace",
"version": "19.6.0-canary.20240814-6d83ae2",
"version": "19.6.0-rc.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": "19.6.0-canary.20240814-6d83ae2",
"@nx/devkit": "19.6.0-rc.0",
"chalk": "^4.1.0",

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

"yargs-parser": "21.1.1",
"nx": "19.6.0-canary.20240814-6d83ae2",
"@nrwl/workspace": "19.6.0-canary.20240814-6d83ae2"
"nx": "19.6.0-rc.0",
"@nrwl/workspace": "19.6.0-rc.0"
},

@@ -77,3 +77,4 @@ "publishConfig": {

},
"type": "commonjs"
"type": "commonjs",
"types": "./index.d.ts"
}
export declare const nxVersion: any;
export declare const typescriptVersion = "~5.5.2";
export declare const angularCliVersion = "~18.1.0";
export declare const angularCliVersion = "~18.2.0";

@@ -8,2 +8,2 @@ "use strict";

// deps are not installed from workspace
exports.angularCliVersion = '~18.1.0';
exports.angularCliVersion = '~18.2.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