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 to 16.8.1

58

package.json
{
"name": "@nx/workspace",
"version": "16.8.0",
"version": "16.8.1",
"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",
"@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",
"@nrwl/js": "16.8.1",
"@nrwl/jest": "16.8.1",
"@nrwl/linter": "16.8.1",
"@nrwl/angular": "16.8.1",
"@nrwl/cypress": "16.8.1",
"@nrwl/detox": "16.8.1",
"@nrwl/devkit": "16.8.1",
"@nrwl/esbuild": "16.8.1",
"@nrwl/eslint-plugin-nx": "16.8.1",
"@nrwl/expo": "16.8.1",
"@nrwl/express": "16.8.1",
"@nrwl/nest": "16.8.1",
"@nrwl/next": "16.8.1",
"@nrwl/node": "16.8.1",
"nx-cloud": "latest",
"@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"
"@nrwl/nx-plugin": "16.8.1",
"@nrwl/react-native": "16.8.1",
"@nrwl/react": "16.8.1",
"@nrwl/rollup": "16.8.1",
"@nrwl/storybook": "16.8.1",
"@nrwl/tao": "16.8.1",
"@nrwl/vite": "16.8.1",
"@nrwl/web": "16.8.1",
"@nrwl/webpack": "16.8.1",
"nx": "16.8.1"
}
},
"dependencies": {
"@nrwl/workspace": "16.8.0",
"@nx/devkit": "16.8.0",
"@nrwl/workspace": "16.8.1",
"@nx/devkit": "16.8.1",
"chalk": "^4.1.0",
"enquirer": "~2.3.6",
"ignore": "^5.0.4",
"nx": "16.8.0",
"nx": "16.8.1",
"rxjs": "^7.8.0",

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

"type": "commonjs",
"gitHead": "af53c7cfb21c0ebc7be2dab33b712f8d10bc81f7"
"gitHead": "29a7b8575e683d3a581b4bf6f82ee4486bfa94dd"
}

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

function updateImports(tree, schema, project) {
if (project.projectType === 'application') {
if (project.projectType !== 'library') {
return;

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