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.12 to 0.0.13

2

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

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

@@ -20,3 +20,3 @@ /*----------------------------------------------------------------------------------

// Set some sample data to use with out widget.
var imageUrl = 'http://s3.amazonaws.com/Domo_infographic/fauxmosapiens/fauxmosapien-male-15-90.jpg';
var imageUrl = 'https://s3.amazonaws.com/Domo_infographic/fauxmosapiens/fauxmosapien-male-15-90.jpg';
var bodyText = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.'

@@ -23,0 +23,0 @@ var sampleData = [

@@ -269,6 +269,3 @@ /*----------------------------------------------------------------------------------

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

@@ -275,0 +272,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