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.27.0 to 0.28.0

3

lib/mixins/Helpers.js

@@ -107,3 +107,4 @@ "use strict";

componentDidMount: function() {
scroller.register(this.props.name, ReactDOM.findDOMNode(this));
var domNode = ReactDOM.findDOMNode(this);
scroller.register(this.props.name, domNode);
},

@@ -110,0 +111,0 @@ componentWillUnmount: function() {

{
"name": "react-scroll",
"version": "0.27.0",
"version": "0.28.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