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

@domoinc/bar-gauge

Package Overview
Dependencies
Maintainers
16
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domoinc/bar-gauge - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

98

dist/bundle.js
/*! Copyright 2016 Domo Inc. */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
module.exports = factory(require("d3"), require("d3.chart"), require("@domoinc/utilities"), require("@domoinc/base-widget"), require("@domoinc/da-theme2"), require("@domoinc/summary-number"));
else if(typeof define === 'function' && define.amd)
define([], factory);
define(["d3", "d3.chart", "utilities", "base-widget", "theme2", "summary-number"], factory);
else if(typeof exports === 'object')
exports["BarGauge"] = factory();
exports["BarGauge"] = factory(require("d3"), require("d3.chart"), require("@domoinc/utilities"), require("@domoinc/base-widget"), require("@domoinc/da-theme2"), require("@domoinc/summary-number"));
else
root["BarGauge"] = factory();
})(this, function() {
return webpackJsonpBarGauge([0],[
root["BarGauge"] = factory(root["d3"], root["d3.chart"], root["Utilities"], root["BaseWidget"], root["da"]["theme2"], root["SummaryNumber"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_3__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__, __WEBPACK_EXTERNAL_MODULE_6__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ exports: {},
/******/ id: moduleId,
/******/ loaded: false
/******/ };
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ // Flag the module as loaded
/******/ module.loaded = true;
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "/dist/";
/******/ // Load entry module and return exports
/******/ return __webpack_require__(0);
/******/ })
/************************************************************************/
/******/ ([
/* 0 */

@@ -19,5 +61,5 @@ /***/ function(module, exports, __webpack_require__) {

var Utilities = __webpack_require__(3);
var BaseWidget = __webpack_require__(5);
var daTheme2 = __webpack_require__(9);
var SummaryNumber = __webpack_require__(4);
var BaseWidget = __webpack_require__(4);
var daTheme2 = __webpack_require__(5);
var SummaryNumber = __webpack_require__(6);

@@ -436,5 +478,41 @@ /*----------------------------------------------------------------------------------

/***/ },
/* 1 */
/***/ function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_1__;
/***/ },
/* 2 */
/***/ function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_2__;
/***/ },
/* 3 */
/***/ function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_3__;
/***/ },
/* 4 */
/***/ function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_4__;
/***/ },
/* 5 */
/***/ function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_5__;
/***/ },
/* 6 */
/***/ function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_6__;
/***/ }
])
/******/ ])
});
;

2

package.json
{
"name": "@domoinc/bar-gauge",
"version": "3.0.0",
"version": "3.0.1",
"description": "BarGauge - Domo Widget",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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