New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@domoinc/image-tooltip

Package Overview
Dependencies
Maintainers
17
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domoinc/image-tooltip - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "@domoinc/image-tooltip",
"version": "0.0.10",
"version": "0.0.11",
"description": "ImageTooltip - Domo Widget",

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

@@ -53,20 +53,4 @@ /*----------------------------------------------------------------------------------

widget.prepareForArtboard = function() {
if (widget.base) {
widget.base.selectAll('[id^=chartBounds]')
.remove();
widget.base.insert('rect', ':first-child')
.attr('id', 'chartBounds')
.attr({
height: widget.c('height'),
width: widget.c('width')
})
.style('fill', 'none');
widget.base.select('.image')
.remove();
}
};
// Return widget so to keep the methods chainable.
return widget;
});
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