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

react-ckeditor-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ckeditor-wrapper - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

8

package.json
{
"name": "react-ckeditor-wrapper",
"version": "1.0.17",
"version": "1.0.18",
"description": "CKEditor wrapper for react",

@@ -16,6 +16,6 @@ "keywords": [

"main": "./lib/index",
"homepage": "https://github.com/luigiinred/ckeditor-react",
"homepage": "https://github.com/luigiinred/react-ckeditor-wrapper",
"repository": {
"type": "git",
"url": "https://github.com/luigiinred/ckeditor-react.git"
"url": "https://github.com/luigiinred/react-ckeditor-wrapper.git"
},

@@ -27,3 +27,3 @@ "maintainers": [

"bugs": {
"url": "https://github.com/luigiinred/ckeditor-react/issues"
"url": "https://github.com/luigiinred/react-ckeditor-wrapper/issues"
},

@@ -30,0 +30,0 @@ "licenses": "MIT",

@@ -10,2 +10,8 @@ # react-ckeditor-wrapper

Add CKEditor to your index.html
```html
<script src="https://cdn.ckeditor.com/4.6.2/standard/ckeditor.js"></script>
```
```js

@@ -25,3 +31,3 @@ var CKEditor = require('react-ckeditor-wrapper');

}
render() {

@@ -95,2 +101,2 @@ return (<CKEditor value={this.state.content} onChange={this.updateContent.bind(this)} />)

rc-input-number is released under the MIT license.
react-ckeditor-wrapper is released under the MIT license.
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