Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-scrollable-feed

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrollable-feed - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

CHANGELOG.md
# Change Log
<a name="1.3.1"></a>
## [1.3.1](https://github.com/dizco/react-scrollable-feed/compare/v1.3.0...v1.3.1) (2021-05-16)
* Updated dependencies
<a name="1.3.0"></a>
## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2020-09-30)
## [1.3.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2021-02-11)
* Added `scrollToBottom` public method

@@ -6,0 +10,0 @@ * Fix issue with scrolling when wrapper has fixed height ([#34](https://github.com/dizco/react-scrollable-feed/issues/34))

6

dist/index.es.js

@@ -59,5 +59,5 @@ import { createElement, createRef, Component } from 'react';

var css = ".styles_scrollable-div__1DOyU {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n";
var styles = {"scrollable-div":"styles_scrollable-div__1DOyU","scrollableDiv":"styles_scrollable-div__1DOyU"};
styleInject(css);
var css_248z = ".styles_scrollable-div__prSCv {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n";
var styles = {"scrollable-div":"styles_scrollable-div__prSCv","scrollableDiv":"styles_scrollable-div__prSCv"};
styleInject(css_248z);

@@ -64,0 +64,0 @@ var ScrollableFeed = /** @class */ (function (_super) {

@@ -63,5 +63,5 @@ 'use strict';

var css = ".styles_scrollable-div__1DOyU {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n";
var styles = {"scrollable-div":"styles_scrollable-div__1DOyU","scrollableDiv":"styles_scrollable-div__1DOyU"};
styleInject(css);
var css_248z = ".styles_scrollable-div__prSCv {\r\n max-height: inherit;\r\n height: inherit;\r\n overflow-y: auto;\r\n}\r\n";
var styles = {"scrollable-div":"styles_scrollable-div__prSCv","scrollableDiv":"styles_scrollable-div__prSCv"};
styleInject(css_248z);

@@ -68,0 +68,0 @@ var ScrollableFeed = /** @class */ (function (_super) {

{
"name": "react-scrollable-feed",
"version": "1.3.0",
"version": "1.3.1",
"description": "",

@@ -27,7 +27,6 @@ "author": "dizco",

},
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},

@@ -34,0 +33,0 @@ "devDependencies": {

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