- Fix issue where github.com repository URLs are mangled (thanks @TheSpyder #56)
- Handle package.json declaring repository as a string (thanks @bertfroeba #51)
- Update dependencies
- Update dependencies and add travis tests for node 8 and node 9
- Refactor to replace 'read-installed' module with 'snyk-resolve-deps' to fix issues caused flattening of the dependency tree when using npm3 #30 #46. While the API and results should appear as before, this is a significant refactor.
- Update engine to be node >= 4 - this version of nlf does not work on node 0.10+ as before
- Update dependencies and add travis tests for node 7 and remove testing on node 0.10 and 0.12
- Update dependencies to remove vulnerability in glob-all #40
- Removes git+ prefix from git+https repository
- Fix issue where license key (e.g. MIT) is at the very end of the file
- Adds Public Domain license
- Moved MIT license text into a separate LICENSE.md file
- Sorts list of modules by name@version, not just name
- Add support for reporting modules grouped by license
- Ignore files that happen to be in node_module or bower_component folders
- Support object being used for license or licenses property of package.json
- Bump development dependencies
- Fix issue where a root module without a name or version will result in an exception being thrown
- Bump dependencies
- Fix issue where npm modules incorrectly using a string in licenses property was interpreted as an array
- Add a LICENSES summary to the standard formatter
- Move project from 'make' to 'gulp' for easier support on Windows
- Bump dependencies
- Optimize globbing of files to siginificantly improve performance
- Sort output data alphabetically
- Bump dependencies
- Adds maximum depth feature
- Bump dependencies ([email protected])
- Update read-installed dependency, which now supports semver@3
- Bump other dependencies
- Remove shrinkwrap entirely, as it was making unnecessarily go out of date
- Bump dependencies
Potentially breaking change, only node 0.10 and above supported.
- Updated glob to version 4.0.0
- Shrinkwrap file now no-longer tailored to work on node 0.8
This will be the last version supporting node.js 0.8.x. Changes to dependencies are making support of 0.8 difficult, requiring manual editing of shrinkwrap files.
- Bump dependencies, including read-installed to 2.0.4 & glob to 3.2.11
- Bump dependencies, particularly commander to 0.2.2
- Fix
- Issue where modules with directories with license or readme threw exceptions
- Bump deps