Socket
Socket
Sign inDemoInstall

nx

Package Overview
Dependencies
Maintainers
8
Versions
1357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nx - npm Package Compare versions

Comparing version 19.5.0 to 19.5.1

24

package.json
{
"name": "nx",
"version": "19.5.0",
"version": "19.5.1",
"private": false,

@@ -74,3 +74,3 @@ "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",

"ora": "5.3.0",
"@nrwl/tao": "19.5.0"
"@nrwl/tao": "19.5.1"
},

@@ -90,12 +90,12 @@ "peerDependencies": {

"optionalDependencies": {
"@nx/nx-darwin-x64": "19.5.0",
"@nx/nx-darwin-arm64": "19.5.0",
"@nx/nx-linux-x64-gnu": "19.5.0",
"@nx/nx-linux-x64-musl": "19.5.0",
"@nx/nx-win32-x64-msvc": "19.5.0",
"@nx/nx-linux-arm64-gnu": "19.5.0",
"@nx/nx-linux-arm64-musl": "19.5.0",
"@nx/nx-linux-arm-gnueabihf": "19.5.0",
"@nx/nx-win32-arm64-msvc": "19.5.0",
"@nx/nx-freebsd-x64": "19.5.0"
"@nx/nx-darwin-x64": "19.5.1",
"@nx/nx-darwin-arm64": "19.5.1",
"@nx/nx-linux-x64-gnu": "19.5.1",
"@nx/nx-linux-x64-musl": "19.5.1",
"@nx/nx-win32-x64-msvc": "19.5.1",
"@nx/nx-linux-arm64-gnu": "19.5.1",
"@nx/nx-linux-arm64-musl": "19.5.1",
"@nx/nx-linux-arm-gnueabihf": "19.5.1",
"@nx/nx-win32-arm64-msvc": "19.5.1",
"@nx/nx-freebsd-x64": "19.5.1"
},

@@ -102,0 +102,0 @@ "nx-migrations": {

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

install: 'npm install',
ciInstall: 'npm ci',
ciInstall: 'npm ci --legacy-peer-deps',
updateLockFile: 'npm install --package-lock-only',

@@ -141,0 +141,0 @@ add: 'npm install',

Sorry, the diff of this file is not supported yet

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