Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-use-window-scroll

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-window-scroll - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

package.json
{
"name": "react-use-window-scroll",
"version": "1.0.9",
"version": "1.0.10",
"author": "DevBoldly <devboldly@gmail.com>",

@@ -19,4 +19,5 @@ "description": "React hooks for scrolling the page to any location, or by any amount. Supports smooth scrolling.",

"deploy": "gh-pages -d .docz/dist",
"preship": "npm run build && git add dist && git diff-index --quiet HEAD || git commit -m \"Build, version, and publish.\" && git push && npm version patch -m \"Build, version, and publish.\"",
"preship": "npm run build && git add dist && git diff-index --quiet HEAD || git commit -m \"Build, version, and publish.\" && npm version patch -m \"Build, version, and publish.\"",
"ship": "npm publish --access public",
"postship": "git push",
"docz": "npm run docz:clean && npm run docz:dev",

@@ -75,3 +76,2 @@ "docz:dev": "docz dev",

"react-test-renderer": "^16.13.0",
"react-use-window-scroll": "^1.0.8",
"ts-jest": "^25.2.1",

@@ -78,0 +78,0 @@ "ts-loader": "^6.2.1",

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