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

elm-dep-check

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-dep-check

Visualizing module dependencies of your Elm project

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

elm-dep-check

Build Status

Visualizing module dependencies of Elm projects.

Features

  • Visualize dependencies among modules/directories
  • Detect circular dependencies among directories

Circular module dependencies are detected by Elm compiler, but in general, it also makes your project healthy to keep directory dependencies unidirectional!

It is also good to check your project's local rules are observed (e.g. View.* should not be used by Model.*).

Install

npm install -g elm-dep-check

Usage

Go to your project directory and use this command.

elm-dep-check

This creates dep-check.html in the current directory.

About other options, see below.

Usage: elm-dep-check [options]

	--help, -h
		Displays help information about this script
		'elm-dep-check -h' or 'elm-dep-check --help'

	--output, -o
		Output file (default is `dep-check.html`)
		'elm-dep-check --output=report.html' or 'elm-dep-check -o report.html

LICENSE

BSD3

Keywords

FAQs

Package last updated on 06 Aug 2016

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