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.0.0 to 1.0.1

4

dist/components/InfiniteScroll.js

@@ -86,4 +86,4 @@ 'use strict';

overflow: 'auto',
height: '100%',
width: '100%',
height: 'inherit',
width: 'inherit',
whiteSpace: whiteSpace

@@ -90,0 +90,0 @@ },

{
"name": "react-bidirectional-infinite-scroll",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bidirectional infinite scroll written using react",

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

@@ -55,4 +55,4 @@ import React, { PropTypes } from 'react';

overflow: 'auto',
height: '100%',
width: '100%',
height: 'inherit',
width: 'inherit',
whiteSpace,

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