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

draft-js-plugins-editor

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-plugins-editor - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

3

CHANGELOG.md

@@ -6,2 +6,5 @@ # Change Log

## 2.0.6
- bumped find-with-regex
## 2.0.5

@@ -8,0 +11,0 @@ - Fix decorator resolution in componentWillReceiveProps

4

lib/Editor/index.js

@@ -409,4 +409,4 @@ 'use strict';

popupProps.ariaExpanded = props.ariaExpanded;
} else if (props.ariaExpanded === 'true') {
popupProps.ariaExpanded = 'true';
} else if (props.ariaExpanded === true) {
popupProps.ariaExpanded = true;
}

@@ -413,0 +413,0 @@

{
"name": "draft-js-plugins-editor",
"version": "2.0.5",
"version": "2.0.6",
"description": "Editor for DraftJS Plugins",

@@ -32,3 +32,3 @@ "author": {

"decorate-component-with-props": "^1.0.2",
"find-with-regex": "^1.0.2",
"find-with-regex": "^1.1.2",
"immutable": "~3.7.4",

@@ -35,0 +35,0 @@ "prop-types": "^15.5.8",

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