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

@br0ken/simpletooltip

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@br0ken/simpletooltip - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

2

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "3.3.0",
"version": "3.3.1",
"homepage": "https://github.com/BR0kEN-/simpleTooltip",

@@ -9,0 +9,0 @@ "description": "CSS tooltips with position control via JS.",

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

if (options.shift && options.title) {
element.setAttribute(plugin.attrs.shift, options.shift);
if (typeof options.hideIf === 'function' && !options.hideIf(element)) {
element.setAttribute(plugin.attrs.shift, options.shift);
}
element.setAttribute(plugin.attrs.title, options.title);

@@ -218,0 +221,0 @@ element.simpleTooltipHideIf = options.hideIf;

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