Comparing version 0.40.4 to 0.40.5
{ | ||
"name": "vizabi", | ||
"version": "0.40.4", | ||
"version": "0.40.5", | ||
"description": "Vizabi Framework, Interactive charts and visualization tools animated through time", | ||
@@ -5,0 +5,0 @@ "main": "build/vizabi.js", |
@@ -5,3 +5,3 @@ import interpolator from "vizabi-interpolators/interpolators"; | ||
export const d3json = function(path, callback) { | ||
if (window.fetch) { | ||
if ("fetch" in window) { | ||
// we should use fetch as often as possible | ||
@@ -24,3 +24,3 @@ fetch(path) | ||
export const d3text = function(path, callback) { | ||
if (window.fetch) { | ||
if ("fetch" in window) { | ||
// we should use fetch as often as possible | ||
@@ -27,0 +27,0 @@ fetch(path) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7820647