@domoinc/auto-widgets
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -76,3 +76,3 @@ /*! Copyright 2016 Domo Inc. */ | ||
var re; | ||
if (widget._dataName && sampleData) { | ||
if (typeof widget._dataName === 'string' && sampleData) { | ||
for (key in sampleData) { | ||
@@ -79,0 +79,0 @@ temp = sampleData[key]; |
{ | ||
"name": "@domoinc/auto-widgets", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
@@ -17,3 +17,3 @@ var Promise = require('es6-promise').Promise; | ||
var re; | ||
if (widget._dataName && sampleData) { | ||
if (typeof(widget._dataName) === 'string' && sampleData) { | ||
for (key in sampleData) { | ||
@@ -20,0 +20,0 @@ temp = sampleData[key]; |
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
32108