Socket
Socket
Sign inDemoInstall

react-sortable-hoc

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sortable-hoc - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

3

dist/commonjs/SortableContainer/index.js

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

if (!distance) {
_this.cancel();
clearTimeout(_this.cancelTimer);
_this.cancelTimer = setTimeout(_this.cancel, 0);
} else if (delta >= distance) {

@@ -121,0 +122,0 @@ _this.handlePress(e);

@@ -88,3 +88,4 @@ import _extends from 'babel-runtime/helpers/extends';

if (!distance) {
_this.cancel();
clearTimeout(_this.cancelTimer);
_this.cancelTimer = setTimeout(_this.cancel, 0);
} else if (delta >= distance) {

@@ -91,0 +92,0 @@ _this.handlePress(e);

{
"name": "react-sortable-hoc",
"version": "0.4.1",
"version": "0.4.2",
"description": "Set of higher-order components to turn any list into a sortable, touch-friendly, animated list",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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