Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nx/workspace

Package Overview
Dependencies
Maintainers
5
Versions
741
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 18.0.5 to 18.0.6

8

package.json
{
"name": "@nx/workspace",
"version": "18.0.5",
"version": "18.0.6",
"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": "18.0.5",
"@nx/devkit": "18.0.6",
"chalk": "^4.1.0",

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

"yargs-parser": "21.1.1",
"nx": "18.0.5",
"@nrwl/workspace": "18.0.5"
"nx": "18.0.6",
"@nrwl/workspace": "18.0.6"
},

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

@@ -127,4 +127,3 @@ "use strict";

options.preset === presets_1.Preset.NuxtStandalone ||
options.preset === presets_1.Preset.NodeStandalone ||
options.preset === presets_1.Preset.NextJsStandalone) {
options.preset === presets_1.Preset.NodeStandalone) {
(0, devkit_1.updateJson)(tree, (0, path_1.join)(options.directory, 'package.json'), (json) => {

@@ -139,2 +138,13 @@ Object.assign(json.scripts, {

}
if (options.preset === presets_1.Preset.NextJsStandalone) {
(0, devkit_1.updateJson)(tree, (0, path_1.join)(options.directory, 'package.json'), (json) => {
Object.assign(json.scripts, {
dev: 'nx dev',
build: 'nx build',
start: 'nx start',
test: 'nx test',
});
return json;
});
}
if (options.preset === presets_1.Preset.TsStandalone) {

@@ -141,0 +151,0 @@ (0, devkit_1.updateJson)(tree, (0, path_1.join)(options.directory, 'package.json'), (json) => {

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