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

draft-js-drag-n-drop-plugin

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-drag-n-drop-plugin - npm Package Compare versions

Comparing version 2.0.0-rc7 to 2.0.0-rc8

6

lib/modifiers/addBlock.js

@@ -54,3 +54,4 @@ 'use strict';

text: text,
characterList: (0, _immutable.List)((0, _immutable.Repeat)(charData, text.length || 1)) }),
characterList: (0, _immutable.List)((0, _immutable.Repeat)(charData, text.length || 1)) // eslint-disable-line new-cap
}),

@@ -62,3 +63,4 @@ // new contentblock so we can continue wrting right away after inserting the block

text: '',
characterList: (0, _immutable.List)() })];
characterList: (0, _immutable.List)() // eslint-disable-line new-cap
})];

@@ -65,0 +67,0 @@ // create fragment containing the two content blocks

{
"name": "draft-js-drag-n-drop-plugin",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"description": "Block Drag & Drop Plugin for DraftJS",

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

"draft-js": "^0.10.1",
"react": "^15.5.0",
"react-dom": "^15.5.0"
"react": "^15.5.0 || ^16.0.0-rc",
"react-dom": "^15.5.0 || ^16.0.0-rc"
}
}
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