Socket
Socket
Sign inDemoInstall

madge

Package Overview
Dependencies
147
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 5.0.0

4

CHANGELOG.md
# CHANGELOG
## v5.0.0 (June 22, 2021)
* Updated dependencies
## v4.0.2 (Mars 8, 2021)

@@ -4,0 +8,0 @@

@@ -31,3 +31,7 @@ 'use strict';

} catch (err) {
throw new Error(`Graphviz could not be found. Ensure that "gvpr" is in your $PATH. ${err}`);
if (err.code === 'ENOENT') {
throw new Error(`Graphviz could not be found. Ensure that "gvpr" is in your $PATH. ${err}`);
} else {
throw new Error(`Unexpected error when calling Graphviz "${cmd}". ${err}`);
}
}

@@ -34,0 +38,0 @@ }

26

package.json
{
"name": "madge",
"version": "4.0.2",
"version": "5.0.0",
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>",

@@ -46,12 +46,12 @@ "repository": "git://github.com/pahen/madge",

"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"commondir": "^1.0.1",
"debug": "^4.0.1",
"dependency-tree": "^8.0.0",
"detective-amd": "^3.0.1",
"debug": "^4.3.1",
"dependency-tree": "^8.1.1",
"detective-amd": "^3.1.0",
"detective-cjs": "^3.1.1",
"detective-es6": "^2.1.0",
"detective-es6": "^2.2.0",
"detective-less": "^1.0.2",
"detective-postcss": "^4.0.0",
"detective-postcss": "^5.0.0",
"detective-sass": "^3.0.1",

@@ -62,6 +62,6 @@ "detective-scss": "^2.0.1",

"graphviz": "0.0.9",
"ora": "^5.1.0",
"ora": "^5.4.1",
"pluralize": "^8.0.0",
"precinct": "^7.0.0",
"pretty-ms": "^7.0.0",
"precinct": "^8.1.0",
"pretty-ms": "^7.0.1",
"rc": "^1.2.7",

@@ -73,4 +73,4 @@ "typescript": "^3.9.5",

"@aptoma/eslint-config": "^7.0.1",
"eslint": "^6.8.0",
"mocha": "^8.0.1",
"eslint": "^7.29.0",
"mocha": "^9.0.1",
"mz": "^2.7.0",

@@ -77,0 +77,0 @@ "should": "^13.2.3"

@@ -501,28 +501,39 @@ <p align="center">

**Landon Alder** (Mar 19, 2019)
<p>
<a href="https://github.com/BeroBurny" target="_blank">
<div><b>Bernard Stojanović</b> (24 Mars, 2021)</div>
<img src="https://github.com/BeroBurny.png" width="64"/>
</a>
</p>
<a href="https://github.com/landonalder" target="_blank">
<img src="https://github.com/landonalder.png" width="64"/>
</a>
<p>
<a href="https://github.com/olejorgenb" target="_blank">
<div><b>Ole Jørgen Brønner</b> (Oct 8, 2020)</div>
<img src="https://github.com/olejorgenb.png" width="64"/>
</a>
</p>
**Peter Verswyvelen** (Feb 24, 2020)
<p>
<a href="https://github.com/pubkey/rxdb" target="_blank">
<div><b>RxDB</b> (Apr 1, 2020)</div>
<img src="https://cdn.rawgit.com/pubkey/rxdb/ba7c9b80/docs/files/logo/logo_text.svg" width="128" style="margin: -4px -10px"/>
</a>
</p>
<a href="https://github.com/Ziriax" target="_blank">
<img src="https://github.com/Ziriax.png" width="64"/>
</a>
<p>
<a href="https://github.com/Ziriax" target="_blank">
<div><b>Peter Verswyvelen</b> (Feb 24, 2020)</div>
<img src="https://github.com/Ziriax.png" width="64"/>
</a>
</p>
**RxDB** (Apr 1, 2020)
<p>
<a href="https://github.com/landonalder" target="_blank">
<div><b>Landon Alder</b> (Mar 19, 2019)</div>
<img src="https://github.com/landonalder.png" width="64"/>
</a>
</p>
<a href="https://github.com/pubkey/rxdb">
<img src="https://cdn.rawgit.com/pubkey/rxdb/ba7c9b80/docs/files/logo/logo_text.svg" width="128" style="margin: -10px"/>
</a>
**Ole Jørgen Brønner** (Oct 8, 2020)
<a href="https://github.com/olejorgenb" target="_blank">
<img src="https://github.com/olejorgenb.png" width="64"/>
</a>
# License
MIT License
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc