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

js-makedepend

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-makedepend - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

25

package.json
{
"name": "js-makedepend",
"version": "3.0.2",
"version": "3.0.3",
"description": "Determines dependencies of javascript modules and saves them in a Makefile. A bit like makedepend does for C.",

@@ -8,2 +8,9 @@ "bin": {

},
"files": [
"bin/",
"src/",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {

@@ -54,6 +61,6 @@ "build": "make dev-build",

"chai": "4.1.2",
"eslint": "5.1.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-mocha": "5.1.0",
"eslint-plugin-node": "6.0.1",
"eslint": "5.4.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-mocha": "5.2.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-security": "1.4.0",

@@ -67,10 +74,10 @@ "intercept-stdout": "0.1.2",

"dependencies": {
"acorn": "5.7.1",
"commander": "2.16.0",
"dependency-cruiser": "4.3.1",
"acorn": "5.7.2",
"commander": "2.17.1",
"dependency-cruiser": "4.5.0",
"lodash": "4.17.10",
"resolve": "1.8.1",
"safe-regex": "1.1.0",
"semver": "5.5.0"
"semver": "5.5.1"
}
}
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