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

@atlassian/tipsy

Package Overview
Dependencies
Maintainers
19
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.1 to 1.3.2

5

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

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

},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"keywords": [

@@ -20,0 +23,0 @@ "tipsy"

@@ -10,4 +10,5 @@ // tipsy, facebook style tooltips for jquery

(function($) {
var liveBindingWarning = "To be compatible with jQuery 1.9 and higher,";
" You must pass a selector to tipsy's live argument." +
var liveBindingWarning =
"To be compatible with jQuery 1.9 and higher," +
" You must pass a selector to tipsy's live argument." +
" For instance, `$(document).tipsy({live: 'a.live'});`";

@@ -14,0 +15,0 @@

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