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

braft-editor

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braft-editor - npm Package Compare versions

Comparing version 2.2.6 to 2.2.7

dist/output.css

2

CHANGELOG.md
### 历史更新记录
- 2019-02-22 v2.2.7
- 新增用于美化输出HTML的样板CSS文件(`node_modules/braft-editor/dist/output.css`)
- 2019-02-22 v2.2.6

@@ -4,0 +6,0 @@ - 优化blockRenerMap属性,支持传入一个返回blockRenerMap对象的函数

5

package.json
{
"name": "braft-editor",
"version": "2.2.6",
"version": "2.2.7",
"description": "Rich Text Editor Based On Draft.js",

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

"start": "webpack-dev-server --config ./build/webpack.development.js -d --history-api-fallback --no-inline --progress --colors --host 0.0.0.0",
"build": "rm -rf dist/ && NODE_ENV=production webpack --config ./build/webpack.production.js --progress --colors",
"build": "rm -rf dist/ && NODE_ENV=production webpack --config ./build/webpack.production.js --progress --colors && node ./build/scss-output.js",
"build-output-css": "node ./build/scss-output.js",
"lint": "node_modules/eslint/bin/eslint.js .",

@@ -13,0 +14,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -33,2 +33,4 @@ # Braft Editor

- 2019-02-22 v2.2.7
- 新增用于美化输出HTML的样板CSS文件(`node_modules/braft-editor/dist/output.css`)
- 2019-02-22 v2.2.6

@@ -35,0 +37,0 @@ - 优化blockRenerMap属性,支持传入一个返回blockRenerMap对象的函数

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