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
3
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 1.0.0 to 1.0.1

2

bower.json
{
"name": "scribe-plugin-enhanced-link-tooltip",
"version": "0.1.0",
"version": "1.0.1",
"homepage": "https://github.com/ePages-de/scribe-plugin-enhanced-link-tooltip",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "scribe-plugin-enhanced-link-tooltip",
"version": "1.0.0",
"version": "1.0.1",
"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",

@@ -165,4 +165,4 @@ /*eslint-env browser */ /* global module, define */

correctedOffsetLeft = offsetLeft < scribeParentRect.left
? scribeParentRect.left
: Math.min(offsetLeft, scribeParentRect.left + scribeParentRect.width - tooltipWidth - 10),
? 0
: Math.min(offsetLeft, scribeParentRect.width - tooltipWidth - 10),
arrowWidth, arrowOffsetLeft;

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