Socket
Socket
Sign inDemoInstall

reshow-hooks

Package Overview
Dependencies
3
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

build/cjs/src/useTimer.js

6

build/cjs/src/index.js

@@ -26,6 +26,6 @@ "use strict";

});
Object.defineProperty(exports, "useTimeout", {
Object.defineProperty(exports, "useTimer", {
enumerable: true,
get: function get() {
return _useTimeout["default"];
return _useTimer["default"];
}

@@ -40,2 +40,2 @@ });

var _useTimeout = _interopRequireDefault(require("./useTimeout"));
var _useTimer = _interopRequireDefault(require("./useTimer"));
export { default as useMounted } from "./useMounted";
export { default as usePrevious } from "./usePrevious";
export { default as useDebounce } from "./useDebounce";
export { default as useTimeout } from "./useTimeout";
export { default as useTimer } from "./useTimer";
{
"name": "reshow-hooks",
"version": "0.0.4",
"version": "0.0.5",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc