Socket
Socket
Sign inDemoInstall

madge

Package Overview
Dependencies
12
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.3.5

8

lib/graph.js

@@ -8,4 +8,3 @@ 'use strict';

cyclic = require('./cyclic'),
graphviz = require('graphviz'),
g = graphviz.digraph('G');
graphviz = require('graphviz');

@@ -83,2 +82,4 @@ /**

module.exports.image = function (modules, opts, callback) {
var g = graphviz.digraph('G');
checkGraphvizInstalled();

@@ -120,3 +121,4 @@

module.exports.dot = function (modules) {
var nodes = {};
var nodes = {},
g = graphviz.digraph('G');

@@ -123,0 +125,0 @@ checkGraphvizInstalled();

{
"name": "madge",
"version": "0.3.4",
"version": "0.3.5",
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>",

@@ -5,0 +5,0 @@ "repository": "git://github.com/pahen/node-madge",

@@ -231,2 +231,5 @@ # MaDGe - Module Dependency Graph

## v0.3.5 (Septemper 22, 2014)
Fix issue with number of graph node lines increased with each render (Thanks to Colin H. Fredericks).
## v0.3.4 (Septemper 04, 2014)

@@ -233,0 +236,0 @@ Correctly detect circular dependencies when using path aliases in RequireJS config (Thanks to Nicolas Ramz).

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc