Socket
Socket
Sign inDemoInstall

jodit-react

Package Overview
Dependencies
7
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.30 to 4.1.2

8

examples/app.js
import './app.css';
import React from 'react';
import React, { StrictMode } from 'react';
import Form from './components/Form';

@@ -13,2 +13,6 @@

const root = createRoot(container);
root.render(<Form />);
root.render(
<StrictMode>
<Form />
</StrictMode>
);

@@ -1,2 +0,2 @@

import type { Jodit } from 'jodit/esm/index';
import { Jodit } from 'jodit/esm/index';
import * as React from 'react';

@@ -3,0 +3,0 @@

{
"name": "jodit-react",
"version": "4.0.30",
"version": "4.1.2",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",

@@ -5,0 +5,0 @@ "main": "build/jodit-react.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc