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 16.8.0-rc.0 to 16.8.0

58

package.json
{
"name": "@nx/workspace",
"version": "16.8.0-rc.0",
"version": "16.8.0",
"private": false,

@@ -36,36 +36,36 @@ "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.",

"packageGroup": {
"@nrwl/js": "16.8.0-rc.0",
"@nrwl/jest": "16.8.0-rc.0",
"@nrwl/linter": "16.8.0-rc.0",
"@nrwl/angular": "16.8.0-rc.0",
"@nrwl/cypress": "16.8.0-rc.0",
"@nrwl/detox": "16.8.0-rc.0",
"@nrwl/devkit": "16.8.0-rc.0",
"@nrwl/esbuild": "16.8.0-rc.0",
"@nrwl/eslint-plugin-nx": "16.8.0-rc.0",
"@nrwl/expo": "16.8.0-rc.0",
"@nrwl/express": "16.8.0-rc.0",
"@nrwl/nest": "16.8.0-rc.0",
"@nrwl/next": "16.8.0-rc.0",
"@nrwl/node": "16.8.0-rc.0",
"@nrwl/js": "16.8.0",
"@nrwl/jest": "16.8.0",
"@nrwl/linter": "16.8.0",
"@nrwl/angular": "16.8.0",
"@nrwl/cypress": "16.8.0",
"@nrwl/detox": "16.8.0",
"@nrwl/devkit": "16.8.0",
"@nrwl/esbuild": "16.8.0",
"@nrwl/eslint-plugin-nx": "16.8.0",
"@nrwl/expo": "16.8.0",
"@nrwl/express": "16.8.0",
"@nrwl/nest": "16.8.0",
"@nrwl/next": "16.8.0",
"@nrwl/node": "16.8.0",
"nx-cloud": "latest",
"@nrwl/nx-plugin": "16.8.0-rc.0",
"@nrwl/react-native": "16.8.0-rc.0",
"@nrwl/react": "16.8.0-rc.0",
"@nrwl/rollup": "16.8.0-rc.0",
"@nrwl/storybook": "16.8.0-rc.0",
"@nrwl/tao": "16.8.0-rc.0",
"@nrwl/vite": "16.8.0-rc.0",
"@nrwl/web": "16.8.0-rc.0",
"@nrwl/webpack": "16.8.0-rc.0",
"nx": "16.8.0-rc.0"
"@nrwl/nx-plugin": "16.8.0",
"@nrwl/react-native": "16.8.0",
"@nrwl/react": "16.8.0",
"@nrwl/rollup": "16.8.0",
"@nrwl/storybook": "16.8.0",
"@nrwl/tao": "16.8.0",
"@nrwl/vite": "16.8.0",
"@nrwl/web": "16.8.0",
"@nrwl/webpack": "16.8.0",
"nx": "16.8.0"
}
},
"dependencies": {
"@nrwl/workspace": "16.8.0-rc.0",
"@nx/devkit": "16.8.0-rc.0",
"@nrwl/workspace": "16.8.0",
"@nx/devkit": "16.8.0",
"chalk": "^4.1.0",
"enquirer": "~2.3.6",
"ignore": "^5.0.4",
"nx": "16.8.0-rc.0",
"nx": "16.8.0",
"rxjs": "^7.8.0",

@@ -79,3 +79,3 @@ "tslib": "^2.3.0",

"type": "commonjs",
"gitHead": "44d0b22f4f6c4a790e2ad4702bf27ffa15073582"
"gitHead": "af53c7cfb21c0ebc7be2dab33b712f8d10bc81f7"
}

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

name: options.name,
directory: (0, path_1.join)('packages', options.name),
directory: '.',
projectNameAndRootFormat: 'as-provided',

@@ -170,0 +170,0 @@ bundler: 'tsc',

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