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 2.4.3 to 2.4.4

22

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

@@ -9,4 +9,4 @@ "bin": {

"scripts": {
"depcruise": "dependency-cruise -v -T err -x \"(fixtures)\" src test",
"depcruise:graph": "dependency-cruise -v -T dot -x \"(^node_modules|fixtures)\" src | dot -T svg > tmp_deps.svg",
"depcruise": "dependency-cruise --validate -- bin/js-makedepend src test",
"depcruise:graph": "dependency-cruise --validate --output-type dot bin/js-makedepend | dot -T svg > tmp_deps.svg && echo Done. dependency graph is in \"tmp_deps.svg\"",
"lint": "eslint src bin/js-makedepend test",

@@ -18,3 +18,3 @@ "lint:fix": "eslint --fix src bin/js-makedepend test",

"preversion": "test `git branch | grep \"^* [a-zA-Z]\" | cut -c 3-` = 'master'",
"test": "mocha -R dot test",
"test": "mocha --reporter dot test",
"test:cover": "istanbul cover node_modules/mocha/bin/_mocha -- test",

@@ -52,3 +52,3 @@ "test:long": "mocha test",

"chai": "4.1.2",
"eslint": "4.13.1",
"eslint": "4.16.0",
"eslint-plugin-import": "2.8.0",

@@ -60,15 +60,15 @@ "eslint-plugin-mocha": "4.11.0",

"istanbul": "0.4.5",
"mocha": "4.0.1",
"npm-check-updates": "2.13.0",
"mocha": "5.0.0",
"npm-check-updates": "2.14.0",
"nsp": "3.1.0"
},
"dependencies": {
"acorn": "5.2.1",
"commander": "2.12.2",
"dependency-cruiser": "2.10.0",
"acorn": "5.3.0",
"commander": "2.13.0",
"dependency-cruiser": "2.11.0",
"lodash": "4.17.4",
"resolve": "1.5.0",
"safe-regex": "1.1.0",
"semver": "5.4.1"
"semver": "5.5.0"
}
}
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