New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rocketmakers/armstrong

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocketmakers/armstrong - npm Package Compare versions

Comparing version

to
0.0.1-alpha.55

8

dist/hooks/timing/useTimeout.js

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

}, [callback, time, updating]);
useDidUpdateEffect_1.useDidUpdateEffect(function () { return updating && resolved && callback(); }, [resolved]);
useDidUpdateEffect_1.useDidUpdateEffect(function () {
if (updating && resolved) {
callback();
}
}, [resolved]);
useWillUnmountEffect_1.useWillUnmountEffect(clear);

@@ -52,4 +56,4 @@ return {

/** set the timeout callback */
set: set
set: set,
};
};
{
"name": "@rocketmakers/armstrong",
"version": "0.0.1-alpha.54",
"version": "0.0.1-alpha.55",
"description": "Rocketmakers Armstrong library of React components",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",