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
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodit - npm Package Versions

1
65

4.2.10

Diff

xdan
published 4.2.9 •

xdan
published 4.2.7 •

xdan
published 4.2.6 •

xdan
published 4.2.5 •

xdan
published 4.1.16 •

xdan
published 4.1.14 •

xdan
published 4.1.12 •

Changelog

Source

4.1.12

:boom: Breaking Change
  • Removed the default export from the watch decorator. We refrain from using default exports in this project (refer to CONTRIBUTING.md for more details).

Before:

import watch, { watch as watch2 } from 'jodit/core/decorators/watch/watch';

Now only:

import { watch } from 'jodit/core/decorators/watch/watch';

:bug: Bug Fix

  • FileBrowser - Permissions Incorrect during Open of Dialog #1095
xdan
published 4.1.11 •

Changelog

Source

4.1.11

  • Fixed a bug within the FileBrowser module. The issue was due to the import order; the Ajax configuration was applied after the module had been initialized.
xdan
published 4.1.10 •

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