node-red-node-ui-vega
Advanced tools
Comparing version 0.1.3 to 0.2.0
{ | ||
"name": "node-red-node-ui-vega", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "Node-RED UI widget node for Vega visualization grammar", | ||
@@ -5,0 +5,0 @@ "author" : "Hiroyasu Nishiyama", |
@@ -72,5 +72,5 @@ /** | ||
loadScripts(["https://cdn.jsdelivr.net/npm/vega@5.4.0", | ||
"https://cdn.jsdelivr.net/npm/vega-lite@4.0.0-beta.0", | ||
"https://cdn.jsdelivr.net/npm/vega-embed@4.2.1"], | ||
loadScripts(["https://cdn.jsdelivr.net/npm/vega@5.20.2", | ||
"https://cdn.jsdelivr.net/npm/vega-lite@5.1.0", | ||
"https://cdn.jsdelivr.net/npm/vega-embed@6.18.2"], | ||
function() { | ||
@@ -77,0 +77,0 @@ `+ |
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
458683