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.34.0 to 0.35.0

lib/__tests__/events-test.js

6

lib/__tests__/page-test.js

@@ -8,2 +8,3 @@ /* React */

import Link from '../components/Link.js';
import events from '../mixins/scroll-events.js';
/* Test */

@@ -38,2 +39,7 @@ import expect from 'expect'

beforeEach(() => {
events.scrollEvent.remove('begin');
events.scrollEvent.remove('end');
});
afterEach(function () {

@@ -40,0 +46,0 @@ unmountComponentAtNode(node)

2

lib/mixins/scroller.js

@@ -75,3 +75,3 @@ var animateScroll = require('./animate-scroll');

animateScroll.animateTopScroll(coordinates.top + (offset || 0), options, target, to);
animateScroll.animateTopScroll(coordinates.top + (offset || 0), options, to, target);

@@ -78,0 +78,0 @@ }

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