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

dedubcheck

Package Overview
Dependencies
Maintainers
12
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dedubcheck

De-Duplicate Dependency Checker for Node.js monorepos

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
247
increased by64.67%
Maintainers
12
Weekly downloads
 
Created
Source

NPM version

Dedubcheck

This tool check your monorepo for diferent versions of the same dependencies (by recursively looking for package.json file).

To ignore certain package, create .dedubcheck.js file in your root dir containing:

module.exports = [['packages/web/package.json', 'lodash'], ['<path-to-package.json>', '<name-of-package>'], [...]];

You can ignore the whole package.json by using *:

module.exports = [['packages/web/package.json', '*']];

To run this thing, just do:

$ dedubcheck

For some debug info:

$ dedubcheck --debug

Keywords

FAQs

Package last updated on 29 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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