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

nx-ignore

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nx-ignore - npm Package Compare versions

Comparing version 18.3.1 to 18.3.2

2

package.json
{
"name": "nx-ignore",
"version": "18.3.1",
"version": "18.3.2",
"type": "commonjs",

@@ -5,0 +5,0 @@ "repository": {

@@ -48,3 +48,3 @@ # nx-ignore

If you run into the `Failed to process project graph` error, it means that some of the packages are missing. To debug what packages are missing, run `npx nx-ignore@latest <app> --verbose --slim-install` locally, and you should see and error with the missing package. You can also run `npx nx show projects` to debug any missing packages, after running the `npx nx-ignore` command.
If you run into the `Failed to process project graph` error, it means that some of the packages are missing. To debug what packages are missing, run `npx nx-ignore@latest <app> --verbose --slim-install` locally, and you should see an error with the missing package. You can also run `npx nx show projects` to debug any missing packages, after running the `npx nx-ignore` command.

@@ -51,0 +51,0 @@ Use the `--additional-packages` option to install the missing packages as detected above. For example,

@@ -208,3 +208,3 @@ #!/usr/bin/env node

/^nx$/,
/@nx\/eslint-plugin/,
/@nx\//,
/^typescript$/,

@@ -211,0 +211,0 @@ /@typescript-eslint\//,

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