New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

dependency-lint

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-lint - npm Package Versions

charlierudolph
published 7.1.0 •

Changelog

Source

7.1.0 (2021-07-24)

  • Add windows testing to CI
  • Update how listed dependency executables are found to reading the package.json files of your dependencies and devDependecies. Thus it is no longer possible to find missing modules via executable usage.

charlierudolph
published 7.0.1 •

Changelog

Source

7.0.1 (2021-07-10)

  • Republish as 7.0.0 release artifacts are incomplete

charlierudolph
published 7.0.0 •

Changelog

Source

7.0.0 (2021-07-10)

  • Drop support for Node 8, 10
  • Update how listed dependency executables are found (NOTE: this was changed again in 7.1.0)
    • BEFORE: Search node_modules/*/package.json and node_modules/*/*/package.json files for executable configuration
    • AFTER: Search the executables in node_modules/.bin and follow the symbolic links to determine the package

charlierudolph
published 6.0.0 •

Changelog

Source

6.0.0 (2019-04-13)

  • Drop support for Node 6

charlierudolph
published 5.0.1 •

Changelog

Source

5.0.1 (2017-03-20)

  • fix published package

charlierudolph
published 5.0.0 •

Changelog

Source

5.0.0 (2017-03-18)

  • add formatters: minimal (the new default), json, summary (the previous default)

charlierudolph
published 4.3.2 •

charlierudolph
published 4.3.1 •

Changelog

Source

4.3.1 (2016-12-27)

  • do not auto correct ignored errors

charlierudolph
published 4.3.0 •

Changelog

Source

4.3.0 (2016-11-30)

  • fix transpiler support to only use on files matching the extension
  • fix installed module validation when module is listed as dependency and devDependency

charlierudolph
published 4.2.0 •

Changelog

Source

4.2.0 (2016-10-18)

  • extend transpiler configuration to support babel