Socket
Socket
Sign inDemoInstall

@nx/workspace

Package Overview
Dependencies
Maintainers
5
Versions
609
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.0.0-beta.1 to 17.0.0-beta.2

12

generators.json

@@ -22,8 +22,2 @@ {

},
"workspace-generator": {
"factory": "./src/generators/workspace-generator/workspace-generator",
"schema": "./src/generators/workspace-generator/schema.json",
"aliases": ["workspace-schematic"],
"description": "Generates a workspace generator."
},
"run-commands": {

@@ -73,8 +67,2 @@ "factory": "./src/generators/run-commands/run-commands#runCommandsSchematic",

},
"workspace-generator": {
"factory": "./src/generators/workspace-generator/workspace-generator",
"schema": "./src/generators/workspace-generator/schema.json",
"aliases": ["workspace-schematic"],
"description": "Generates a workspace generator."
},
"run-commands": {

@@ -81,0 +69,0 @@ "factory": "./src/generators/run-commands/run-commands#runCommandsGenerator",

8

package.json
{
"name": "@nx/workspace",
"version": "17.0.0-beta.1",
"version": "17.0.0-beta.2",
"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.0.0-beta.1",
"@nx/devkit": "17.0.0-beta.2",
"chalk": "^4.1.0",

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

"yargs-parser": "21.1.1",
"nx": "17.0.0-beta.1",
"@nrwl/workspace": "17.0.0-beta.1"
"nx": "17.0.0-beta.2",
"@nrwl/workspace": "17.0.0-beta.2"
},

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

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