use-elapsed-time
Advanced tools
Comparing version 1.1.2 to 1.1.3
# Change Log | ||
## 1.1.3 (November 27th, 2019) | ||
**Implemented enhancements:** | ||
- Add TypeScript type definitions | ||
## 1.1.2 (November 16th, 2019) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "use-elapsed-time", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "React hook to get the elapsed time in an animation using requestAnimationFrame", | ||
"main": "./lib/index.js", | ||
"files": [ | ||
"lib", | ||
"types" | ||
], | ||
"types": "types/use-elapsed-time.d.ts", | ||
"scripts": { | ||
@@ -7,0 +12,0 @@ "build": "webpack", |
@@ -8,2 +8,3 @@ # useElapsedTime React hook | ||
* Combine with [any easing function](http://www.gizma.com/easing/#l) to get the right animation | ||
* Built-in and ready-to-use TypeScript type definitions. | ||
@@ -10,0 +11,0 @@ ## Installation |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59
6899
5
15