Socket
Socket
Sign inDemoInstall

@superset-ui/dimension

Package Overview
Dependencies
Maintainers
12
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/dimension - npm Package Compare versions

Comparing version 0.12.5 to 0.12.7

4

esm/svg/createHiddenSvgNode.js

@@ -1,2 +0,2 @@

import{SVG_NS}from"./constants";export default function createHiddenSvgNode(){var a=document.createElementNS(SVG_NS,"svg");// and not capturing mouse events
return a.style.position="absolute",a.style.opacity="0",a.style.pointerEvents="none",a}
import{SVG_NS}from"./constants";export default function createHiddenSvgNode(){var a=document.createElementNS(SVG_NS,"svg");// won't capture mouse events
return a.style.position="absolute",a.style.top="-100%",a.style.left="-100%",a.style.width="0",a.style.height="0",a.style.opacity="0",a.style.pointerEvents="none",a}

@@ -1,2 +0,2 @@

"use strict";var _constants=require("./constants");exports.__esModule=!0,exports.default=createHiddenSvgNode;function createHiddenSvgNode(){var a=document.createElementNS(_constants.SVG_NS,"svg");// and not capturing mouse events
return a.style.position="absolute",a.style.opacity="0",a.style.pointerEvents="none",a}
"use strict";var _constants=require("./constants");exports.__esModule=!0,exports.default=createHiddenSvgNode;function createHiddenSvgNode(){var a=document.createElementNS(_constants.SVG_NS,"svg");// won't capture mouse events
return a.style.position="absolute",a.style.top="-100%",a.style.left="-100%",a.style.width="0",a.style.height="0",a.style.opacity="0",a.style.pointerEvents="none",a}
{
"name": "@superset-ui/dimension",
"version": "0.12.5",
"version": "0.12.7",
"description": "Superset UI dimension",

@@ -28,3 +28,3 @@ "sideEffects": false,

},
"gitHead": "5b6f4a5bd2cb70089d429c9f635f1d0fbc40973f"
"gitHead": "0a60f5be3adfc70af8c9d9ef92f5d2c2d935a2c4"
}
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