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

dagre-d3-es

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dagre-d3-es - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

types/index.d.ts

10

package.json
{
"name": "dagre-d3-es",
"version": "5.0.0",
"version": "5.0.1",
"description": "",

@@ -9,4 +9,4 @@ "author": "Thibaut Lassalle",

"scripts": {
"generate_types": "rm -rf types; tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types",
"compile_js_as_ts": "tsc src/og/index.js --AllowJs --checkJs --outDir dist/@openglobus/src/"
"generate_types": "rm -rf types; tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir types",
"compile_js_as_ts": "tsc src/index.js --AllowJs --checkJs --outDir dist/"
},

@@ -16,2 +16,6 @@ "keywords": [

],
"repository": {
"type": "git",
"url": "https://github.com/tbo47/dagre-es"
},
"dependencies": {

@@ -18,0 +22,0 @@ "d3": "5.16",

@@ -7,4 +7,13 @@ # dagre-d3-es

## Install
```
import * as dagreD3 from 'dagre-d3';
npm install dagre-d3-es --save
```
## Code example
```
import * as dagreD3 from 'dagre-d3-es';
...

@@ -11,0 +20,0 @@ const g = new dagreD3.graphlib.Graph().setGraph({});

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