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 1.1.0 to 1.1.1

7

CHANGELOG.md

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

### [1.1.1](https://github.com/EricLambrecht/react-timing-hooks/compare/v1.1.0...v1.1.1) (2020-03-21)
### Bug Fixes
* Mark this package as side-effect-free to allow proper tree shaking ([5cc805a](https://github.com/EricLambrecht/react-timing-hooks/commit/5cc805a039d2bf3bcf88e3fc63d954638a421b89))
## [1.1.0](https://github.com/EricLambrecht/react-timing-hooks/compare/v1.0.1...v1.1.0) (2020-03-21)

@@ -7,0 +14,0 @@

3

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

@@ -8,2 +8,3 @@ "main": "dist/index.js",

"module": "dist/index.es.js",
"sideEffects": false,
"scripts": {

@@ -10,0 +11,0 @@ "test": "npm run test:unit && npm run test:integration",

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