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

react-froala-wysiwyg

Package Overview
Dependencies
Maintainers
2
Versions
102
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.9.6 to 2.9.7

FroalaEditorA.js

0

configs/bs-config.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately.

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ // Note that Froala Editor has to be required separately

@@ -0,0 +0,0 @@ var webpack = require("webpack");

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /* global $ */

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ declare module 'react-froala-wysiwyg'

4

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

@@ -27,3 +27,3 @@ "main": "index.js",

"create-react-class": "^15.5.2",
"froala-editor": "2.9.6"
"froala-editor": "2.9.7"
},

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

@@ -51,2 +51,11 @@ # React JS Froala WYSIWYG Editor

Optional - To include plugins here:
```jsx
require('froala-editor/js/third_party/font_awesome.min.js');
require('froala-editor/css/third_party/font_awesome.min.css');
require('froala-editor/js/third_party/spell_checker.min.js');
require('froala-editor/css/third_party/spell_checker.min.css');
```
#### 2. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery.

@@ -155,3 +164,9 @@

```
## Install webpack loaders
```bash
npm i url-loader --save
npm i html-loader --save
npm i css-loader --save
npm i style-loader --save
```
#### Pass properties to the wrapping DOM element

@@ -350,2 +365,10 @@

## Use Third Party plugins
To include third party plugins you need to follow instructions given on Froala.com. You need to include Third Party resources (JS and CSS) in your project.
Following tools/packages can help in doing so -
https://www.npmjs.com/package/sass-loader
https://www.npmjs.com/package/react-async-script-loader
## License

@@ -352,0 +375,0 @@

@@ -0,0 +0,0 @@ var path = require('path');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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