Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@domoinc/auto-widgets

Package Overview
Dependencies
Maintainers
18
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domoinc/auto-widgets - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

dist/bundle.js

@@ -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];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc