Socket
Socket
Sign inDemoInstall

@codemirror/tooltip

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/tooltip - npm Package Compare versions

Comparing version 0.18.2 to 0.18.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.18.3 (2021-03-14)
### Bug fixes
Fix a crash in tooltip creation.
## 0.18.2 (2021-03-14)

@@ -2,0 +8,0 @@

2

dist/index.js

@@ -52,3 +52,3 @@ import { ViewPlugin, Direction, EditorView, logException } from '@codemirror/view';

tooltipView.dom.classList.add(tooltip.class);
tooltip.style.top = Outside;
tooltipView.dom.style.top = Outside;
this.view.dom.appendChild(tooltipView.dom);

@@ -55,0 +55,0 @@ if (tooltipView.mount)

{
"name": "@codemirror/tooltip",
"version": "0.18.2",
"version": "0.18.3",
"description": "Tooltip support for the CodeMirror code editor",

@@ -5,0 +5,0 @@ "scripts": {

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