New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-bidirectional-infinite-scroll

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bidirectional-infinite-scroll - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/components/InfiniteScroll.js

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

if (!!position && !prevProps.position) {
if (!!position && position !== prevProps.position) {
this.setScrollPosition();

@@ -57,0 +57,0 @@ }

{
"name": "react-bidirectional-infinite-scroll",
"version": "1.1.1",
"version": "1.1.2",
"description": "Bidirectional infinite scroll written using react",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -24,3 +24,3 @@ import React, { PropTypes } from 'react';

if (!!position && !prevProps.position) {
if (!!position && position !== prevProps.position) {
this.setScrollPosition();

@@ -27,0 +27,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