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.8 to 1.7.9

2

modules/mixins/scroll-link.js

@@ -240,3 +240,3 @@ 'use strict';

if (isInside && activeLink !== to) {
if (isInside && (activeLink !== to || _this2.state.active === false)) {
scroller.setActiveLink(to);

@@ -243,0 +243,0 @@

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

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

@@ -40,3 +40,3 @@ ## React Scroll

import * as Scroll from 'react-scroll';
import { Link, DirectLink, Element , Events, animateScroll as scroll, scrollSpy, scroller } from 'react-scroll'
import { Link, Element , Events, animateScroll as scroll, scrollSpy, scroller } from 'react-scroll'

@@ -397,2 +397,5 @@

#### Changelog
> 1.7.9
- Set active now properly sets it's state after unmount and mount.
> 1.7.7

@@ -399,0 +402,0 @@ - Minor performance improvements

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