Skip to content

Releases: juandopazo/es-dependency-graph

Remove unused dependency

08 Feb 20:09
Compare
Choose a tag to compare

This fixes a security issue with that dependency.

Patch release

03 Oct 18:18
Compare
Choose a tag to compare

Updated version of Facebook´s Esprima fork.

Patch release

12 Jun 18:23
Compare
Choose a tag to compare
  • Minor documentation updates.
  • -w and -b marked as "flags" for the CLI.

Patch release

29 May 22:45
Compare
Choose a tag to compare

This release contains the following changes:

  • Fix the CLI not giving any help when the user did not provide any arguments.

Patch release

29 May 22:36
Compare
Choose a tag to compare

This release contains the following changes:

  • Fixed the CLI which was pointing to an ES6 source file instead of the compiled file
  • Using Facebook's fork of Esprima instead of including Esprima in the repository

Initial release

29 May 16:16
Compare
Choose a tag to compare

Initial release. module-graph only exports one function that takes either source code or an AST object and returns information about the dependencies in that module.

Read more about it in the README.