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.0.23 to 1.0.24

5

lib/mixins/animate-scroll.js

@@ -100,3 +100,2 @@ var assign = require('object-assign');

if (__start === null) {

@@ -130,4 +129,4 @@ __start = timestamp;

var setContainer = function (options) {
var containerId = options.containerId;
__containerElement = containerId ? document.getElementById(containerId) : null;
if(!options || !options.containerId) { return; }
__containerElement = document.getElementById(options.containerId);
};

@@ -134,0 +133,0 @@

2

package.json
{
"name": "react-scroll",
"version": "1.0.23",
"version": "1.0.24",
"description": "A scroll component for React.js",

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

@@ -302,4 +302,5 @@ ## React Scroll

> v1.0.23
> v1.0.24
- you can now pass any native property to Link/Element
- patched minor bugs from v1.0.21 > v1.0.24

@@ -306,0 +307,0 @@ > v1.0.21

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