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 1.3.1 to 1.3.2

4

config/default.json

@@ -11,5 +11,3 @@ {

],
"ignoreFiles":[
"^node_modules/"
]
"ignoreFiles":[]
}
{
"name": "dependency-lint",
"version": "1.3.1",
"version": "1.3.2",
"description": "Lints npm dependencies and devDependencies",

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

"mycha": "^0.6.4",
"tmp": "0.0.24"
"tmp": "^0.0.24"
},

@@ -42,0 +42,0 @@ "dependencies": {

@@ -48,2 +48,3 @@ # dependency-lint

* array of strings to match against a filename to determine if it should be ignored
* default: `["^node_modules/"]`
* default: `[]`
* the `node_modules` folder is always ignored

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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