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.11 to 0.0.12

2

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

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

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

.datum(data)
.classed('image', true)
.attr({

@@ -271,3 +270,6 @@ 'image-rendering': 'optimizeQuality',

})
.style('opacity', 1)
.style({
opacity: 1,
display: 'inline',
})
.on('mousemove', hoverMove)

@@ -274,0 +276,0 @@ .on('mouseout', hoverOff);

Sorry, the diff of this file is too big to display

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