Skip to content

Commit aaf8bc6

Browse files
authored
Merge pull request #8 from olarsson/next
security fixes
2 parents 31e53f9 + 67612ac commit aaf8bc6

File tree

3 files changed

+620
-1413
lines changed

3 files changed

+620
-1413
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-scrollsy v1.1.10 ![](https://img.badgesize.io/olarsson/react-scrollsy/master/dist/react-scrollsy.es.js)
1+
# react-scrollsy v1.1.12 ![](https://img.badgesize.io/olarsson/react-scrollsy/master/dist/react-scrollsy.es.js)
22

33
An ambitious light-weight react module written in TypeScript for tracking scroll progress in a performant way. Developed for use with spring based animation libraries such as react-spring, but can be used with or without any library.
44

@@ -23,7 +23,7 @@ Here is a very basic example that tracks the scroll progress of the document.
2323
```js
2424
import { ScrollTrackerDocument, ScrollTracker } from "react-scrollsy";
2525

26-
import type { ScrollData, ScrollObject } from "react-scrollsy/dist/types";
26+
import { ScrollData, ScrollObject } from "react-scrollsy/dist/types";
2727

2828
import { useRef } from "react";
2929

0 commit comments

Comments
 (0)