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 1.7.13 to 1.7.14

2

CHANGELOG.md
#### Changelog
> 1.7.14
- Removed unsafe warnings
> 1.7.13

@@ -3,0 +5,0 @@ - Removed deprecated warnings, Ensure 'begin' event fires on all scroll events.

8

modules/mixins/Helpers.js

@@ -284,6 +284,6 @@ "use strict";

}, {
key: 'UNSAFE_componentWillReceiveProps',
value: function UNSAFE_componentWillReceiveProps(nextProps) {
if (this.props.name !== nextProps.name) {
this.registerElems(nextProps.name);
key: 'componentDidUpdate',
value: function componentDidUpdate(prevProps) {
if (this.props.name !== prevProps.name) {
this.registerElems(this.props.name);
}

@@ -290,0 +290,0 @@ }

@@ -59,6 +59,6 @@ 'use strict';

}, {
key: 'UNSAFE_componentWillReceiveProps',
value: function UNSAFE_componentWillReceiveProps(nextProps) {
if (this.props.name !== nextProps.name) {
this.registerElems(nextProps.name);
key: 'componentDidUpdate',
value: function componentDidUpdate(prevProps) {
if (this.props.name !== prevProps.name) {
this.registerElems(this.props.name);
}

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

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

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

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