react-timing-hooks
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ |
{ | ||
"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", |
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
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
27985
0