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

@atlassian/tipsy

Package Overview
Dependencies
Maintainers
16
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/tipsy - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "@atlassian/tipsy",
"version": "1.3.0",
"version": "1.3.1",
"description": "Atlassian fork of tipsy",

@@ -5,0 +5,0 @@ "browser": "src/javascripts/jquery.tipsy.js",

// tipsy, facebook style tooltips for jquery
// version 1.3.0
// version 1.3.1
// (c) 2008-2010 jason frame [jason@onehackoranother.com]

@@ -328,6 +328,8 @@ // released under the MIT license

if (!options.live)
this.each(function() {
get(this);
});
// create a tipsy object for every selected element,
// even when the events are delegated.
// this allows destruction to occur.
this.each(function() {
get(this);
});

@@ -334,0 +336,0 @@ if (options.trigger != "manual") {

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