Socket
Socket
Sign inDemoInstall

reshow-hooks

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-hooks - npm Package Compare versions

Comparing version 0.17.33 to 0.17.34

6

build/cjs/src/useLongPress.js

@@ -53,7 +53,3 @@ "use strict";

};
var touchHandlers = {
onTouchStart: start,
onTouchEnd: cancel
};
return (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, mouseHandlers), touchHandlers);
return mouseHandlers;
}, [callback]);

@@ -60,0 +56,0 @@ };

2

package.json
{
"version": "0.17.33",
"version": "0.17.34",
"name": "reshow-hooks",

@@ -4,0 +4,0 @@ "repository": {

@@ -18,6 +18,4 @@ export default useLongPress;

declare function useLongPress(callback: Function, payload?: LongPressPayload): {
onTouchStart: (e: React.MouseEvent) => void;
onTouchEnd: (e: React.MouseEvent) => void;
onMouseDown: (e: React.MouseEvent) => void;
onMouseUp: (e: React.MouseEvent) => void;
};

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