Socket
Socket
Sign inDemoInstall

draft-js-entity-props-plugin

Package Overview
Dependencies
31
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 2.0.0-beta1

14

package.json
{
"name": "draft-js-entity-props-plugin",
"version": "1.0.2",
"version": "2.0.0-beta1",
"description": "Entity Props Plugin for DraftJS",

@@ -24,8 +24,2 @@ "author": {

],
"peerDependencies": {
"draft-js": ">=0.5.0",
"immutable": ">=3.7.6",
"react": ">=0.14.0 || 15.0.0-rc",
"react-dom": ">=0.14.0 || 15.0.0-rc"
},
"scripts": {

@@ -41,4 +35,8 @@ "clean": "../node_modules/.bin/rimraf lib",

"find-with-regex": "^1.0.2",
"union-class-names": "^1.0.0"
"union-class-names": "^1.0.0",
"draft-js": ">=0.7.0",
"immutable": ">=3.8.1",
"react": ">=15.1.0",
"react-dom": ">=15.1.0"
}
}

@@ -1,1 +0,13 @@

# State Plugin
# DraftJS Entity Props Plugin
*This is a plugin for the `draft-js-plugins-editor`.*
This plugin is used by a number of other plugins.
Usage:
```js
import createEntityPropsPlugin from 'draft-js-entity-props-plugin';
const entityPlugin = createEntityPropsPlugin();
```
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