react-timing-hooks
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,6 @@ # Changelog | ||
### [1.0.1](https://github.com/EricLambrecht/react-timing-hooks/compare/v1.0.0...v1.0.1) (2020-03-20) | ||
Updated npm keywords. | ||
## 🎉🎉🎉 [1.0.0](https://github.com/EricLambrecht/react-timing-hooks/compare/v0.2.1...v1.0.0) (2020-03-20) 🎉🎉🎉 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-timing-hooks", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"react", | ||
"hooks", | ||
"hook", | ||
"timeout", | ||
@@ -32,2 +32,4 @@ "interval", | ||
"effects", | ||
"animation", | ||
"frame", | ||
"requestAnimationFrame", | ||
@@ -34,0 +36,0 @@ "requestIdleCallback" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37243