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

scribe-plugin-enhanced-link-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scribe-plugin-enhanced-link-tooltip - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "scribe-plugin-enhanced-link-tooltip",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Scribe plugin for doing a Medium/Google Docs style tooltip UI instead of a prompt for inserting links.",

@@ -5,0 +5,0 @@ "main": "scribe-plugin-link-tooltip.js",

@@ -85,3 +85,3 @@ /*eslint-env browser */ /* global module, define */

ui.removeBtn.removeEventListener('click', unlink);
document.removeEventListener('click', onBlur);
document.removeEventListener('mouseup', onBlur);
window.removeEventListener('resize', repositionTooltip);

@@ -183,3 +183,3 @@ },

// On clicking off the tooltip, hide the tooltip.
document.addEventListener('click', onBlur);
document.addEventListener('mouseup', onBlur);
},

@@ -186,0 +186,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