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 Compare versions

Comparing version 4.3.2 to 5.0.0

6

CHANGELOG.md
# Changelog
### 5.0.0 (2017-03-18)
* add formatters: minimal (the new default), json, summary (the previous default)
---
### 4.3.1 (2016-12-27)

@@ -4,0 +10,0 @@

4

package.json
{
"name": "dependency-lint",
"version": "4.3.2",
"version": "5.0.0",
"description": "Lints package.json dependencies and devDependencies",

@@ -12,3 +12,3 @@ "main": "index.js",

"cucumber-test": "cucumber-js",
"lint-coffeescript": "coffeelint src",
"lint-coffeescript": "coffeelint src -q",
"feature-test": "yarn run cucumber-test && yarn run self-test",

@@ -15,0 +15,0 @@ "prefeature-test": "yarn run build",

@@ -52,1 +52,16 @@ # dependency-lint

Any options not set in your configuration file will be given there default value.
## Formatters
Three formatters are available and can be switched between with the `--format` option
```
dependency-lint --format <format>
```
* `minimal` (default) - prints only the modules with errors
* `summary` - prints all modules
* `json` - prints JSON of the form `{dependencies, devDependencies}` where each is array of objects with the keys
* `name` - name of the module
* `files` - list of the files that require the module or execute the module
* `scripts` - list of scripts in your `package.json` that execute the module
* `error` - null or one of the following strings: "missing", "should be dependency", "should be dev dependency", "unused"
* `errorIgnored` - if dependency lint has been configured to ignore this error.
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