Socket
Socket
Sign inDemoInstall

draft-js-undo-plugin

Package Overview
Dependencies
26
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc4 to 2.0.0-rc5

1

lib/RedoButton/index.js

@@ -64,2 +64,3 @@ 'use strict';

disabled: !this.props.store || !this.props.store.getEditorState || this.props.store.getEditorState().getRedoStack().isEmpty(),
type: 'button',
onClick: this.onClick,

@@ -66,0 +67,0 @@ className: combinedClassName

@@ -64,2 +64,3 @@ 'use strict';

disabled: !this.props.store || !this.props.store.getEditorState || this.props.store.getEditorState().getUndoStack().isEmpty(),
type: 'button',
onClick: this.onClick,

@@ -66,0 +67,0 @@ className: combinedClassName

2

package.json
{
"name": "draft-js-undo-plugin",
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"description": "Undo Plugin for DraftJS",

@@ -5,0 +5,0 @@ "author": {

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