graphviz-react
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "graphviz-react", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React component for displaying Graphviz graphs", | ||
@@ -5,0 +5,0 @@ "main": "./lib/Graphviz.js", |
@@ -5,3 +5,3 @@ { | ||
"target": "es5", | ||
"module": "commonjs", | ||
"module": "esnext", | ||
"noImplicitAny": true, | ||
@@ -8,0 +8,0 @@ "strictNullChecks": true, |
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
9734