Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dagre

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dagre - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v0.2.0
======
This release removes the export of `Graph` from the `graphlib` library. If you
use `Graph`, please get it directly from `graphlib`.
v0.1.2

@@ -2,0 +8,0 @@ ======

1

index.js

@@ -23,5 +23,4 @@ /*

exports.dot = require("./lib/dot");
exports.Graph = require("graphlib").Graph;
exports.layout = require("./lib/layout/layout");
exports.util = require("./lib/util");
exports.version = require("./lib/version");

@@ -1,1 +0,1 @@

module.exports = '0.1.2';
module.exports = '0.2.0';
{
"name": "dagre",
"version": "0.1.2",
"version": "0.2.0",
"description": "Directed graph rendering",

@@ -24,4 +24,4 @@ "main": "index.js",

"dependencies": {
"graphlib": "0.0.5",
"graphlib-dot": "0.0.2"
"graphlib": "0.1.x",
"graphlib-dot": "0.0.x"
},

@@ -39,3 +39,3 @@ "author": "Chris Pettitt <chris@samsarin.com>",

"browsers": [
"ie/8..latest",
"ie/9..latest",
"firefox/17..latest",

@@ -42,0 +42,0 @@ "firefox/nightly",

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