Socket
Socket
Sign inDemoInstall

mathlive

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathlive - npm Package Compare versions

Comparing version 0.27.3 to 0.27.4

11

dist/src/editor/editor-keyboard.js

@@ -270,12 +270,3 @@

if (handlers.focus) {
// Invoking focus() can have a side effect of temporarily bluring
// the text area, causing the blur handler to be invoked.
// Prevent this by temporarily turning it off.
const savedBlur = handlers.blur;
const savedFocus = handlers.focus;
handlers.blur = null;
handlers.focus = null;
savedFocus();
handlers.blur = savedBlur;
handlers.focus = savedFocus;
handlers.focus();
}

@@ -282,0 +273,0 @@ }

2

package.json
{
"name": "mathlive",
"version": "0.27.3",
"version": "0.27.4",
"description": "Render and edit beautifully typeset math",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -270,12 +270,3 @@

if (handlers.focus) {
// Invoking focus() can have a side effect of temporarily bluring
// the text area, causing the blur handler to be invoked.
// Prevent this by temporarily turning it off.
const savedBlur = handlers.blur;
const savedFocus = handlers.focus;
handlers.blur = null;
handlers.focus = null;
savedFocus();
handlers.blur = savedBlur;
handlers.focus = savedFocus;
handlers.focus();
}

@@ -282,0 +273,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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