Socket
Socket
Sign inDemoInstall

@superset-ui/control-utils

Package Overview
Dependencies
32
Maintainers
12
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.3 to 0.13.9

esm/InfoTooltipWithTrigger.js

8

esm/index.js
"use strict";
exports.__esModule = true;
exports.formatSelectOptionsForRange = exports.formatSelectOptions = exports.D3_TIME_FORMAT_OPTIONS = exports.D3_FORMAT_OPTIONS = exports.D3_FORMAT_DOCS = exports.sections = void 0;
exports.InfoTooltipWithTrigger = exports.formatSelectOptionsForRange = exports.formatSelectOptions = exports.D3_TIME_FORMAT_OPTIONS = exports.D3_FORMAT_OPTIONS = exports.D3_FORMAT_DOCS = exports.sections = void 0;

@@ -19,2 +19,8 @@ var sectionModules = _interopRequireWildcard(require("./sections"));

var _InfoTooltipWithTrigger = _interopRequireDefault(require("./InfoTooltipWithTrigger"));
exports.InfoTooltipWithTrigger = _InfoTooltipWithTrigger.default;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -21,0 +27,0 @@

@@ -5,2 +5,3 @@ import * as sectionModules from './sections';

export { formatSelectOptions, formatSelectOptionsForRange } from './selectOptions';
export { default as InfoTooltipWithTrigger } from './InfoTooltipWithTrigger';
//# sourceMappingURL=index.d.ts.map
"use strict";
exports.__esModule = true;
exports.formatSelectOptionsForRange = exports.formatSelectOptions = exports.D3_TIME_FORMAT_OPTIONS = exports.D3_FORMAT_OPTIONS = exports.D3_FORMAT_DOCS = exports.sections = void 0;
exports.InfoTooltipWithTrigger = exports.formatSelectOptionsForRange = exports.formatSelectOptions = exports.D3_TIME_FORMAT_OPTIONS = exports.D3_FORMAT_OPTIONS = exports.D3_FORMAT_DOCS = exports.sections = void 0;

@@ -19,2 +19,8 @@ var sectionModules = _interopRequireWildcard(require("./sections"));

var _InfoTooltipWithTrigger = _interopRequireDefault(require("./InfoTooltipWithTrigger"));
exports.InfoTooltipWithTrigger = _InfoTooltipWithTrigger.default;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -21,0 +27,0 @@

15

package.json
{
"name": "@superset-ui/control-utils",
"version": "0.13.3",
"version": "0.13.9",
"description": "Superset UI control-utils",

@@ -30,5 +30,14 @@ "sideEffects": false,

"@superset-ui/translation": "^0.13",
"@superset-ui/validator": "^0.13"
"@superset-ui/validator": "^0.13",
"react": "^16.13.1"
},
"gitHead": "f72e2d6e13333b55b5d6f1e2d7d5ccaec3868da6"
"devDependencies": {
"enzyme": "^3.11.0"
},
"dependencies": {
"@types/react-bootstrap": "0.32.21",
"lodash": "^4.17.15",
"react-bootstrap": "^0.33.1"
},
"gitHead": "de298d406006024521554c645d9691c550d2b1d4"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc