@nextui-org/use-scroll-position
Advanced tools
Comparing version 0.0.0-dev-v2-20231103151341 to 0.0.0-dev-v2-20240416125016
{ | ||
"name": "@nextui-org/use-scroll-position", | ||
"version": "0.0.0-dev-v2-20231103151341", | ||
"version": "0.0.0-dev-v2-20240416125016", | ||
"description": "Provides the logic to control the scroll over an element", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"build:fast": "tsup src", | ||
"dev": "yarn build:fast -- --watch", | ||
"dev": "pnpm build:fast --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -55,0 +55,0 @@ "typecheck": "tsc --noEmit" |
@@ -21,5 +21,5 @@ # @nextui-org/use-scroll-position | ||
## Licence | ||
## License | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE). |
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
7729