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.6 to 0.0.7

1

build/cjs/src/useTimer.js

@@ -40,2 +40,3 @@ "use strict";

var run = function run(func, delay) {
stop();
timer.current = (0, _callFunc["default"])(act.run, [func, delay]);

@@ -42,0 +43,0 @@ };

@@ -30,2 +30,3 @@ import { useEffect, useRef, useMemo } from "react";

var run = function run(func, delay) {
stop();
timer.current = callfunc(act.run, [func, delay]);

@@ -32,0 +33,0 @@ };

2

package.json
{
"name": "reshow-hooks",
"version": "0.0.6",
"version": "0.0.7",
"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