@domoinc/bar-gauge
Advanced tools
Comparing version 3.0.0 to 3.0.1
/*! 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__; | ||
/***/ } | ||
]) | ||
/******/ ]) | ||
}); | ||
; |
{ | ||
"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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
1770897
35551
2