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

tooltip

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tooltip - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "tooltip",
"version": "1.4.0",
"version": "1.4.1",
"description": "Tooltip manager",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -44,3 +44,3 @@ 'use strict';

root.addEventListener('mousemove', throttle)
root.addEventListener('mousemove', onMouseMove)

@@ -54,3 +54,3 @@ return {

removeMouseLeave()
root.removeEventListener('mousemove', throttle)
root.removeEventListener('mousemove', onMouseMove)

@@ -57,0 +57,0 @@ root = null

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