Skip to content

Releases: juandopazo/es-dependency-graph

Remove unused dependency

Choose a tag to compare

@juandopazo juandopazo released this 08 Feb 20:09

This fixes a security issue with that dependency.

Patch release

Choose a tag to compare

@juandopazo juandopazo released this 03 Oct 18:18

Updated version of Facebook´s Esprima fork.

Patch release

Choose a tag to compare

@juandopazo juandopazo released this 12 Jun 18:23
  • Minor documentation updates.
  • -w and -b marked as "flags" for the CLI.

Patch release

Choose a tag to compare

@juandopazo juandopazo released this 29 May 22:45

This release contains the following changes:

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

Patch release

Choose a tag to compare

@juandopazo juandopazo released this 29 May 22:36

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

Choose a tag to compare

@juandopazo juandopazo released this 29 May 16:16

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.