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.0.1 to 0.0.2

4

build/cjs/src/useDebounce.js

@@ -18,3 +18,5 @@ "use strict";

}, []);
return _debounce.current;
return function () {
return _debounce.current.apply(_debounce, arguments);
};
};

@@ -21,0 +23,0 @@

@@ -10,5 +10,7 @@ import { useEffect, useRef } from "react";

}, []);
return _debounce.current;
return function () {
return _debounce.current.apply(_debounce, arguments);
};
};
export default useDebounce;
{
"name": "reshow-hooks",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utilities for hook",

@@ -5,0 +5,0 @@ "main": "./build/cjs/src/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