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

react-draft-wysiwyg

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-draft-wysiwyg - npm Package Compare versions

Comparing version 1.12.12 to 1.12.13

package-lock.json

7

CHANGELOG.md

@@ -129,1 +129,8 @@ # Changelog

- #621, variable declaration causes handlePastedText function error after js minified.
## 16/4/2018 (1.12.12)
- #630, Passing editorState into onBlur callback.
- #642, Fix an error when a tab failed to open.
## 25/4/2018 (1.12.13)
- Bundle size optimization.

16

package.json
{
"name": "react-draft-wysiwyg",
"version": "1.12.12",
"version": "1.12.13",
"description": "A wysiwyg on top of DraftJS.",

@@ -52,3 +52,4 @@ "main": "dist/react-draft-wysiwyg.js",

"url-loader": "^0.6.2",
"webpack": "^3.10.0"
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.11.1"
},

@@ -58,3 +59,3 @@ "dependencies": {

"draftjs-utils": "^0.9.3",
"html-to-draftjs": "^1.3.0",
"html-to-draftjs": "^1.4.0",
"linkify-it": "^2.0.3",

@@ -67,12 +68,9 @@ "prop-types": "^15.6.0"

"react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x",
"react-dom":
"0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x"
"react-dom": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x"
},
"scripts": {
"clean": "rimraf dist",
"build:webpack":
"cross-env NODE_ENV=production webpack --config config/webpack.config.js",
"build:webpack": "cross-env NODE_ENV=production webpack --config config/webpack.config.js",
"build": "npm run clean && npm run build:webpack",
"test":
"cross-env BABEL_ENV=test mocha --compilers js:config/test-compiler.js config/test-setup.js src/**/*Test.js",
"test": "cross-env BABEL_ENV=test mocha --compilers js:config/test-compiler.js config/test-setup.js src/**/*Test.js",
"lint": "eslint src",

@@ -79,0 +77,0 @@ "lintdocs": "eslint docs/src",

Sorry, the diff of this file is too big to display

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