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

tooltip

Package Overview
Dependencies
Maintainers
2
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.6.0 to 1.6.1

3

package.json
{
"name": "tooltip",
"version": "1.6.0",
"version": "1.6.1",
"description": "Tooltip manager",

@@ -29,2 +29,3 @@ "main": "src/index.js",

"clone": "^1.0.2",
"contains": "0.1.1",
"escape-html": "^1.0.2",

@@ -31,0 +32,0 @@ "matches-selector": "^1.0.0",

@@ -10,2 +10,4 @@ 'use strict';

var contains = require('contains')
var TOOLTIP = function(cfg){

@@ -40,3 +42,3 @@

if (currentTarget && !currentTarget.parentNode){
if (currentTarget && !contains(document.documentElement, currentTarget)){
target.set(null)

@@ -43,0 +45,0 @@ }

Sorry, the diff of this file is not supported yet

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