Socket
Socket
Sign inDemoInstall

katex

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

katex - npm Package Versions

1
8

0.14.0

Diff

Changelog

Source

0.14.0 (2021-10-30)

Features

  • conditionally export ECMAScript modules (#3377) (15ee9b4)

BREAKING CHANGES

  • With module loaders that support conditional exports and ECMAScript modules, import katex from 'katex'; will import the ECMAScript module.

You can now use: |Before |After | |------------------------------------------|----------------------------------| |require('katex/dist/contrib/[name].js') | require('katex/contrib/[name]')| |import katex from 'katex/dist/katex.mjs'| import katex from 'katex' | |import 'katex/dist/contrib/[name].mjs' | import 'katex/contrib/[name]' |

ylemkimon
published 0.13.24 •

Changelog

Source

0.13.24 (2021-10-30)

Bug Fixes

ylemkimon
published 0.13.23 •

Changelog

Source

0.13.23 (2021-10-30)

Bug Fixes

  • fonts: correct width of \cong glyph, fix \boldsymbol{\cong} (#3206) (35db4ff), closes #2199
ylemkimon
published 0.13.22 •

Changelog

Source

0.13.22 (2021-10-30)

Bug Fixes

  • deps: update dependency commander to v8 [skip netlify] (#3374) (4df1922)
ylemkimon
published 0.13.21 •

Changelog

Source

0.13.21 (2021-10-29)

Bug Fixes

  • fonts: fix the timestamp of fonts to the epoch (#3370) (dde05db)
ylemkimon
published 0.13.20 •

Changelog

Source

0.13.20 (2021-10-26)

Performance Improvements

ylemkimon
published 0.13.19 •

Changelog

Source

0.13.19 (2021-10-26)

Features

ylemkimon
published 0.13.18 •

Changelog

Source

0.13.18 (2021-09-02)

Features

ylemkimon
published 0.13.17 •

Changelog

Source

0.13.17 (2021-09-01)

Bug Fixes

ylemkimon
published 0.13.16 •

Changelog

Source

0.13.16 (2021-08-28)

Bug Fixes

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