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

react-timing-hooks

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timing-hooks - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [2.2.0](https://github.com/EricLambrecht/react-timing-hooks/compare/v2.1.0...v2.2.0) (2022-01-19)
### Features
Add support for React 17.
* updated React dependency version requirement ([9a4d6b1](https://github.com/EricLambrecht/react-timing-hooks/commit/9a4d6b1b0b81c628ebb80b5c8102b651da63af1f))
## [2.1.0](https://github.com/EricLambrecht/react-timing-hooks/compare/v2.0.0...v2.1.0) (2022-01-15)

@@ -7,0 +16,0 @@

14

package.json
{
"name": "react-timing-hooks",
"version": "2.1.0",
"version": "2.2.0",
"description": "React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback",

@@ -51,4 +51,4 @@ "main": "dist/index.js",

"@types/node": "^13.13.21",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"cli-confirm": "^1.0.1",

@@ -60,5 +60,5 @@ "commitizen": "^4.2.1",

"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"replace": "^1.2.0",

@@ -73,3 +73,3 @@ "rimraf": "^3.0.2",

"peerDependencies": {
"react": "^16.8.6"
"react": "^16.8.0 || ^17.0.0"
},

@@ -76,0 +76,0 @@ "config": {

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