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

react-scroll-into-view

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scroll-into-view - npm Package Compare versions

Comparing version 1.5.4 to 1.6.0

5

package.json
{
"name": "react-scroll-into-view",
"version": "1.5.4",
"version": "1.6.0",
"description": "Simple React element that when clicked scrolls to any element on page",
"main": "dist/index.js",
"files": [
"dist/index.js"
],
"scripts": {

@@ -7,0 +10,0 @@ "build": "rollup -c",

6

README.md

@@ -13,3 +13,3 @@ # React scroll-into-view

## Demo
See this [codesandbox](https://codesandbox.io/s/14lxm6jmm7)
Check out that [codesandbox](https://codesandbox.io/s/14lxm6jmm7) example

@@ -31,3 +31,3 @@ ## Installation

Than use it
Then use it
```

@@ -54,5 +54,5 @@ <ScrollIntoView selector="#footer">

## Changelog
See [releases](https://github.com/dominikbulaj/react-scroll-into-view/releases) tab
Please check [releases](https://github.com/dominikbulaj/react-scroll-into-view/releases) tab for full details
## TODO
* support for all [element.scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) parameters
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