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.23.0 to 0.26.0

3

lib/mixins/Helpers.js
"use strict";
var React = require('react');
var ReactDOM = require('react-dom');
var animateScroll = require('./animate-scroll');

@@ -96,3 +97,3 @@ var scrollSpy = require('./scroll-spy');

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

@@ -99,0 +100,0 @@ componentWillUnmount: function() {

{
"name": "react-scroll",
"version": "0.23.0",
"version": "0.26.0",
"description": "A scroll component for React.js",

@@ -29,4 +29,4 @@ "main": "lib",

"peerDependencies": {
"react": ">=0.12.0"
"react": ">=0.13.0"
}
}
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