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

mathlive-tera

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathlive-tera - npm Package Versions

1
6

0.101.0

Diff

mauhieu12
published 0.100.1 •

mauhieu12
published 0.100.0 •

Changelog

Source

0.100.0 2024-06-12

Issues Resolved

  • #2396 Pressing the arrow keys in the virtual keyboard would not move the selection in the mathfield and display a runtime error in the console.

  • #2395 Added a dispatchEvent command which can be attached to a custom keycap.

  • #2392 Pressing the backspace key after typing several digits would delete all the digits.

    Its first argument is the name of the dispatched event, and the second argument is an object with the detail property, which is the data associated with the event.

      { 
        label: "✨",
        command: "dispatchEvent('customEvent', {detail: 'some data'})"
      }
    

    To handle the event, add an event listener to the mathfield element:

    mf.addEventListener('customEvent', (ev) => {
      console.log(ev.detail);
    });
    
mauhieu12
published 0.99.12 •

mauhieu12
published 0.99.11 •

mauhieu12
published 0.99.10 •

mauhieu12
published 0.99.9 •

mauhieu12
published 0.99.8 •

mauhieu12
published 0.99.7 •

mauhieu12
published 0.99.6 •

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