🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More

@domoinc/domo-select

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domoinc/domo-select - npm Package Compare versions

Comparing version

to
3.0.6

@@ -56,3 +56,3 @@ /*! Copyright 2016 Domo Inc. */

/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -160,2 +160,8 @@ var d3 = __webpack_require__(1);

},
domoScroll: {
name: 'Show Scroll Bar',
description: 'Shows the scroll bar to the right of the dropdown',
type: 'boolean',
value: false,
},

@@ -213,7 +219,2 @@ //widget default configs

},
domoScroll: {
description: 'Hides the scroll bar to the right of the dropdown',
type: 'boolean',
value: true,
},
disabled: {

@@ -368,3 +369,3 @@ description: 'Disables the dropdown',

selectedIndex: _Chart.c('initialIndex'),
domoScroll: _Chart.c('domoScroll'),
domoScroll: !_Chart.c('domoScroll'),
listIconFunction: _Chart.c('listIconFunction'),

@@ -504,35 +505,35 @@ listIconPadding: _Chart.c('listIconPadding'),

/***/ },
/***/ }),
/* 1 */
/***/ function(module, exports) {
/***/ (function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_1__;
/***/ },
/***/ }),
/* 2 */
/***/ function(module, exports) {
/***/ (function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_2__;
/***/ },
/***/ }),
/* 3 */
/***/ function(module, exports) {
/***/ (function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_3__;
/***/ },
/***/ }),
/* 4 */
/***/ function(module, exports) {
/***/ (function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_4__;
/***/ },
/***/ }),
/* 5 */
/***/ function(module, exports) {
/***/ (function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_5__;
/***/ }
/***/ })
/******/ ])
});
;
{
"name": "@domoinc/domo-select",
"version": "3.0.4",
"version": "3.0.6",
"description": "DomoSelect - Domo Widget",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

@@ -102,2 +102,8 @@ var d3 = require('d3');

},
domoScroll: {
name: 'Show Scroll Bar',
description: 'Shows the scroll bar to the right of the dropdown',
type: 'boolean',
value: false,
},

@@ -155,7 +161,2 @@ //widget default configs

},
domoScroll: {
description: 'Hides the scroll bar to the right of the dropdown',
type: 'boolean',
value: true,
},
disabled: {

@@ -310,3 +311,3 @@ description: 'Disables the dropdown',

selectedIndex: _Chart.c('initialIndex'),
domoScroll: _Chart.c('domoScroll'),
domoScroll: !_Chart.c('domoScroll'),
listIconFunction: _Chart.c('listIconFunction'),

@@ -313,0 +314,0 @@ listIconPadding: _Chart.c('listIconPadding'),