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.8.0-alpha2 to 1.8.0

2

package.json
{
"name": "react-scroll-into-view",
"version": "1.8.0-alpha2",
"version": "1.8.0",
"description": "Simple React element that when clicked scrolls to any element on page",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -10,4 +10,4 @@ interface ScrollIntoViewProps {

// const ScrollIntoView: React.FC<ScrollIntoViewProps> () => JSX.Element
const ScrollIntoView: React.FunctionComponent<ScrollIntoViewProps> = props => {}
export function ScrollIntoView(prop: ScrollIntoViewProps): JSX.Element
export default ScrollIntoView
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