Socket
Socket
Sign inDemoInstall

@unovis/dagre-layout

Package Overview
Dependencies
2
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.8-beta.2 to 0.8.8

lib/index-default-export.js

7

package.json
{
"name": "@unovis/dagre-layout",
"version": "0.8.8-beta.2",
"version": "0.8.8",
"description": "A fork of `dagre-layout` with individual lodash imports and ESM build",
"author": "Nikita Rokotyan (nikita@f5.com)",
"main": "dist/index.js",
"module": "./index.js",
"module": "dist/index.js",
"browser": "dist/dagre.js",
"keywords": [

@@ -25,3 +26,3 @@ "graph",

"dependencies": {
"@unovis/graphlibrary": "^2.2.0-beta.1",
"@unovis/graphlibrary": "^2.2.0",
"lodash": "^4.17.21"

@@ -28,0 +29,0 @@ },

@@ -8,3 +8,3 @@ # @unovis/dagre-layout - Graph layout for JavaScript

ℹ️ This version of Graphlibrary is a fork of https://github.com/tylingsoft/dagre-layout,
which is a fork of the original `dagre` [package](https://github.com/dagrejs/dagre).
which is a fork of the original `dagre` package (https://github.com/dagrejs/dagre).

@@ -11,0 +11,0 @@ We've created this fork to update the code to ES modules and use individual lodash imports

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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