New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jodit

Package Overview
Dependencies
Maintainers
0
Versions
648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodit - npm Package Versions

23
65

4.5.4

Diff

xdan
published 4.5.3 •

xdan
published 4.5.2 •

Changelog

Source

4.5.2

:rocket: New Feature

  • Added plugins/all.js for ESM build
import { Jodit } from 'jodit/esm/index.js';
console.log(Jodit.plugins.size); // 21 See. https://github.com/xdan/jodit/blob/main/tools/utils/resolve-alias-imports.ts#L81
import 'jodit/esm/plugins/all.js';
console.log(Jodit.plugins.size); // 62 and more in the future
xdan
published 4.5.1 •

Changelog

Source

4.5.1

:boom: Breaking Change
  • If the cleanHTML.allowTags option was set, then this did not affect cleanHTML.denyTags. Now if both options are set, then cleanHTML.denyTags will only be applied to those tags that are not indicated in cleanHTML.allowTags
Jodit.make('#editor', {
	cleanHTML: {
		allowTags: 'script,p', // Only Script and P tags will be allowed
		denyTags: 'script,img' // This option is completely ignored
	}
});
xdan
published 4.4.8 •

Changelog

Source

4.4.8

:bug: Bug Fix

  • Fixed an error when in Jodit in the line transfer mode BR, when the indent button pressed the element was removed
xdan
published 4.4.7 •

xdan
published 4.4.5 •

xdan
published 4.4.4 •

xdan
published 4.4.3 •

xdan
published 4.4.2 •

23
65
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