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

react-froala-wysiwyg

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-froala-wysiwyg - npm Package Compare versions

Comparing version 2.4.2 to 2.5.0

4

package.json
{
"name": "react-froala-wysiwyg",
"version": "2.4.2",
"version": "2.5.0",
"description": "React component for Froala WYSIWYG HTML rich text editor",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"dependencies": {
"froala-editor": "2.4.2"
"froala-editor": "2.5.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -13,10 +13,4 @@ # React JS Froala WYSIWYG Editor

#### 1. Install the React component.
#### 1. Require and use Froala Editor component inside your application.
```bash
npm install react-froala-wysiwyg react --save
```
#### 2. Require and use Froala Editor component inside your application.
```jsx

@@ -28,2 +22,5 @@ var React = require('react');

require("froala-editor/js/froala_editor.pkgd.min.js");
// Require Editor CSS files.
require("froala-editor/css/froala_style.min.css");
require("froala-editor/css/froala_editor.pkgd.min.css");

@@ -47,3 +44,3 @@

#### 3. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery.
#### 2. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery.

@@ -230,3 +227,3 @@ ```js

### Manual Instantiation
## Manual Instantiation

@@ -250,3 +247,3 @@ Gets the functionality to operate on the editor: create, destroy and get editor instance. Use it if you want to manually initialize the editor.

### Displaying HTML
## Displaying HTML

@@ -253,0 +250,0 @@ To display content created with the froala editor use the `FroalaEditorView` component.

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