dagre-d3-es
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"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({}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
21
0
141500
132
4562