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

zan-richtext

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zan-richtext - npm Package Compare versions

Comparing version 4.5.1 to 4.5.2

5

lib/plugins/Link.js

@@ -91,2 +91,6 @@ 'use strict';

var onPressEnter = function onPressEnter(e) {
e && typeof e.preventDefault === 'function' && e.preventDefault();
};
return _react2['default'].createElement(

@@ -121,2 +125,3 @@ 'div',

},
onPressEnter: onPressEnter,
component: InputField

@@ -123,0 +128,0 @@ })

2

package.json
{
"name": "zan-richtext",
"version": "4.5.1",
"version": "4.5.2",
"description": "基于 UEditor 的 React 富文件编辑器",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -78,1 +78,6 @@ ## zan-richtext

| uploadImageRule | 七牛图片规则 | string | '!730x0.jpg' |
### 更新日志
#### 4.5.2 (2017-12-06)
- [bug fix] 禁用插入链接弹窗敲回车自动提交表单的问题

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