react-timing-hooks
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,2 +5,8 @@ # Changelog | ||
### [1.3.2](https://github.com/EricLambrecht/react-timing-hooks/compare/v1.3.1...v1.3.2) (2020-03-28) | ||
Updated `homepage` in `package.json` and overhauled the [documentation](https://ericlambrecht.github.io/react-timing-hooks/). | ||
Technically identical to `1.3.1`. | ||
### [1.3.1](https://github.com/EricLambrecht/react-timing-hooks/compare/v1.3.0...v1.3.1) (2020-03-27) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "react-timing-hooks", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
}, | ||
"homepage": "https://github.com/EricLambrecht/react-timing-hooks#readme", | ||
"homepage": "https://ericlambrecht.github.io/react-timing-hooks/", | ||
"devDependencies": { | ||
@@ -47,0 +47,0 @@ "@shopify/jest-dom-mocks": "^2.8.10", |
@@ -10,3 +10,3 @@ [![npm](https://flat.badgen.net/npm/v/react-timing-hooks)](https://www.npmjs.com/package/react-timing-hooks) | ||
* Several React hooks for | ||
* Several React hooks wrapping | ||
* `requestAnimationFrame` | ||
@@ -16,3 +16,5 @@ * `setTimeout` | ||
* `requestIdleCallback` | ||
* Callbacks, Loops and Effects | ||
* Additional utility hooks like | ||
* `useTimer` | ||
* `useAnimationFrameLoop` | ||
* Full Typescript support | ||
@@ -19,0 +21,0 @@ * [Lightweight](https://bundlephobia.com/result?p=react-timing-hooks) (less than 1KB minzipped, no external dependencies) |
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
30238
125