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

ckeditor5-math

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor5-math - npm Package Versions

13
6

35.0.0

Diff

Changelog

Source

35.0.0 (2022-09-28)

  • Update dependencies for CKEditor 35.0.0 (Release notes)
tony
published 34.2.0 •

Changelog

Source

34.2.0 (2022-09-28)

tony
published 34.1.1 •

Changelog

Source

34.1.1 (2022-08-03)

  • New configuration setting, katexRenderOptions (optional) - for KaTeX engines. Accepts object of katex.render() / katex.renderToString() options:

    InlineEditor.defaultConfig = {
    	// ...
    	math: {
    		engine: 'katex'
    		katexRenderOptions: {
    			macros: {
    				"\\neq": "\\mathrel{\\char`≠}",
    			},
    		},
    	}
    }
    

    via PR #64 by Tony Narlock.

tony
published 34.1.0 •

Changelog

Source

34.1.0 (2022-06-21)

  • Update dependencies for CKEditor 34.1.0 (Release notes)
  • Changelog:
    • Begin adding dates to releases
    • Remove (current), which was being applied to old releases incorrectly up to last release
tony
published 34.0.0 •

Changelog

Source

34.0.0 (2022-05-12)

  • Update dependencies for CKEditor 34.0.0 (Release notes)

  • Begin keeping a yarn lockfile. This will make it easier to track changes aren't due to sub-dependencies shifting across time and development conditions.

tony
published 33.0.0 •

Changelog

Source

33.0.0

tony
published 32.0.0 •

Changelog

Source

32.0.0

  • Update dependencies for CKEditor 32.0.0 (Release notes)
  • Update webpack, postcss-loader, mini-css-extract-plugin, minimum node version (12 to 14) per above.
tony
published 31.1.0 •

Changelog

Source

31.1.0

tony
published 31.0.0 •

Changelog

Source

31.0.0

tony
published 30.0.0 •

Changelog

Source

30.0.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