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

@draft-js-plugins/resizeable

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@draft-js-plugins/resizeable - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

6

lib/index.cjs.js

@@ -60,3 +60,3 @@ 'use strict';

return function (WrappedComponent) {
var BlockResizeableDecorator = /*#__PURE__*/React__default['default'].forwardRef(function (_ref2, _ref3) {
var BlockResizeableDecorator = /*#__PURE__*/React__default["default"].forwardRef(function (_ref2, _ref3) {
var blockProps = _ref2.blockProps,

@@ -266,3 +266,3 @@ _ref2$isResizable = _ref2.isResizable,

};
return /*#__PURE__*/React__default['default'].createElement(WrappedComponent, _extends({}, elementProps, interactionProps, {
return /*#__PURE__*/React__default["default"].createElement(WrappedComponent, _extends({}, elementProps, interactionProps, {
blockProps: blockProps,

@@ -349,2 +349,2 @@ ref: function ref(node) {

exports.default = index;
exports["default"] = index;

@@ -339,2 +339,2 @@ import { EditorState } from 'draft-js';

export default index;
export { index as default };
{
"name": "@draft-js-plugins/resizeable",
"version": "5.0.2",
"version": "5.0.3",
"sideEffects": [

@@ -42,4 +42,4 @@ "*.css"

"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},

@@ -46,0 +46,0 @@ "publishConfig": {

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