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

react-dnd-scrolling

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-scrolling - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

babel.config.json

@@ -13,3 +13,3 @@ {

{
"runtime": "automatic"
"runtime": "classic"
}

@@ -16,0 +16,0 @@ ]

@@ -11,3 +11,2 @@ var _excluded = ["strengthMultiplier", "verticalStrength", "horizontalStrength", "onScrollChange"];

import ScrollingMonitor from './ScrollingMonitor.js';
import { jsx as _jsx } from "react/jsx-runtime";
var DEFAULT_BUFFER = 150;

@@ -95,3 +94,3 @@ var getDisplayName = function getDisplayName(PassedComponent) {

});
return /*#__PURE__*/_jsx(WrappedComponent, _extends({}, passedProps, {
return /*#__PURE__*/React.createElement(WrappedComponent, _extends({}, passedProps, {
ref: ref

@@ -98,0 +97,0 @@ }));

{
"name": "react-dnd-scrolling",
"version": "1.3.2",
"version": "1.3.3",
"description": "A cross browser solution to scrolling during drag and drop.",

@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js",

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