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

dependency-lint

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-lint - npm Package Versions

1345

4.1.5

Diff

Changelog

Source

4.1.5 (2016-10-11)

  • fix --auto-correct indentation of package.json

charlierudolph
published 4.1.4 •

Changelog

Source

4.1.4 (2016-10-11)

  • fix missing built in modules by using npm package: builtin-modules

charlierudolph
published 4.1.3 •

Changelog

Source

4.1.3 (2016-08-27)

  • update dependencies

charlierudolph
published 4.1.2 •

Changelog

Source

4.1.2 (2016-08-27)

  • Add CLI option --auto-correct to automatically remove unused dependencies and move mislabeled dependencies.

charlierudolph
published 4.1.1 •

Changelog

Source

4.1.1 (2016-08-25)

  • respect word boundaries when searching scripts for use of a module's executables

charlierudolph
published 4.1.0 •

Changelog

Source

4.1.0 (2016-07-20)

  • find module executables by parsing package.json files
    • previously found them by reading the symbolic links in node_modules/.bin
    • adds support for other package managers like ied and pnpm

charlierudolph
published 4.0.2 •

Changelog

Source

4.0.2 (2016-06-24)

  • update dependencies

charlierudolph
published 4.0.1 •

Changelog

Source

4.0.1 (2016-03-27)

  • report dependency-lint as used when listed as a devDependency and unused

charlierudolph
published 4.0.0 •

Changelog

Source

4.0.0 (2016-03-27)

BREAKING CHANGES

  • add ignoreErrors configuration option
    • moved allowUnused to ignoreErrors.unused
  • update configuration structure, see the configuration documentation for the new structure
    • devFilePatterns -> requiredModules.files.dev
    • devScripts -> executedModules.npmScripts.dev
    • filePattern -> requiredModules.files.root
    • ignoreFilePatterns -> requiredModules.files.ignore
    • stripLoaders -> requiredModules.stripLoaders
    • transpilers -> requiredModules.transpilers

Updates

  • add version as to default devScripts
  • expand devFilePatterns
  • when validating the versions of installed modules, ignore modules not installed from an npm registry
  • add support for searching for module executables in shell scripts, see the configuration documentation

charlierudolph
published 3.1.2 •

Changelog

Source

3.1.2 (2016-02-16)

  • move configuration documentation from default configuration file to docs folder

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