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

@superset-ui/core

Package Overview
Dependencies
Maintainers
18
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/core - npm Package Compare versions

Comparing version 0.18.5 to 0.18.6

esm/math-expression/index.js

3

esm/index.js

@@ -34,2 +34,3 @@ /**

export * from './chart-composition';
export * from './components';
export * from './components';
export * from './math-expression';

@@ -35,2 +35,3 @@ /**

export * from './components';
export * from './math-expression';
//# sourceMappingURL=index.d.ts.map

@@ -131,2 +131,10 @@ "use strict";

exports[key] = _components[key];
});
var _mathExpression = require("./math-expression");
Object.keys(_mathExpression).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _mathExpression[key]) return;
exports[key] = _mathExpression[key];
});
{
"name": "@superset-ui/core",
"version": "0.18.5",
"version": "0.18.6",
"description": "Superset UI core",

@@ -42,2 +42,3 @@ "sideEffects": false,

"@types/lodash": "^4.14.149",
"@types/math-expression-evaluator": "^1.2.1",
"@types/rison": "0.0.6",

@@ -55,2 +56,3 @@ "@types/seedrandom": "^2.4.28",

"lodash": "^4.17.11",
"math-expression-evaluator": "^1.3.8",
"pretty-ms": "^7.0.0",

@@ -73,3 +75,3 @@ "react-error-boundary": "^1.2.5",

},
"gitHead": "e48afb9c77d0f4cad2d108e0fea20b50229ee289"
"gitHead": "30a4c74a3bdd4c8a0235afafeed15846cf838b7f"
}

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