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

react-beautiful-dnd

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-beautiful-dnd - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

lib/view/droppable/connected-droppable.js

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

var placeholder = memoizedPlaceholder(draggable.page.withMargin.width, draggable.page.withMargin.height);
var placeholder = memoizedPlaceholder(draggable.client.withoutMargin.width, draggable.client.withoutMargin.height);

@@ -67,0 +67,0 @@ return placeholder;

{
"name": "react-beautiful-dnd",
"version": "2.2.2",
"version": "2.2.3",
"description": "Beautiful, accessible drag and drop for lists with React.js",

@@ -5,0 +5,0 @@ "author": "Alex Reardon <areardon@atlassian.com>",

@@ -1005,4 +1005,8 @@ # react-beautiful-dnd

## Author / maintainer
## Author
Alex Reardon - [@alexandereardon](https://twitter.com/alexandereardon) - areardon@atlassian.com
## Other maintainers
Jared Crowe - jcrowe@atlassian.com

@@ -72,4 +72,4 @@ // @flow

const placeholder: Placeholder = memoizedPlaceholder(
draggable.page.withMargin.width,
draggable.page.withMargin.height,
draggable.client.withoutMargin.width,
draggable.client.withoutMargin.height,
);

@@ -76,0 +76,0 @@

Sorry, the diff of this file is not supported yet

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