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

react-scroll

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scroll - npm Package Compare versions

Comparing version 0.33.0 to 0.34.0

5

lib/mixins/scroller.js

@@ -58,2 +58,7 @@ var animateScroll = require('./animate-scroll');

window.scrollTo(0, scrollOffset + (offset || 0));
if(events.registered['end']) {
events.registered['end'](to, target);
}
return;

@@ -60,0 +65,0 @@ }

2

package.json
{
"name": "react-scroll",
"version": "0.33.0",
"version": "0.34.0",
"description": "A scroll component for React.js",

@@ -5,0 +5,0 @@ "main": "lib",

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