Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

use-elapsed-time

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-elapsed-time - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

types/use-elapsed-time.d.ts

5

CHANGELOG.md
# Change Log
## 1.1.3 (November 27th, 2019)
**Implemented enhancements:**
- Add TypeScript type definitions
## 1.1.2 (November 16th, 2019)

@@ -4,0 +9,0 @@

7

package.json
{
"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

babel.config.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