@smakss/react-scroll-direction 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Readme.md +1 -1
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # React Scroll Direction Hook
2
2
 
3
- ![npm](https://img.shields.io/npm/v/@smakss/react-scroll-direction) ![Known Vulnerabilities](https://snyk.io/test/github/{smakss}/{@smakss/react-scroll-direction}/badge.svg) ![NPM](https://img.shields.io/npm/l/@smakss/react-scroll-direction) ![npm](https://img.shields.io/npm/dt/@smakss/react-scroll-direction) ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@smakss/react-scroll-direction)
3
+ ![npm](https://img.shields.io/npm/v/@smakss/react-scroll-direction) ![NPM](https://img.shields.io/npm/l/@smakss/react-scroll-direction) ![npm](https://img.shields.io/npm/dt/@smakss/react-scroll-direction) ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@smakss/react-scroll-direction)
4
4
 
5
5
  `@smakss/react-scroll-direction` is a versatile, lightweight React hook that detects scroll direction in your application with ease. You can fine-tune its sensitivity using an adjustable threshold, catering to your application's unique needs.
6
6
 
package/package.json CHANGED
@@ -68,5 +68,5 @@
68
68
  "typecheck": "tsc -b ."
69
69
  },
70
70
  "type": "module",
71
- "version": "3.0.0"
71
+ "version": "3.0.1"
72
72
  }