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

react-native-largelist

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-largelist - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

index.d.ts

4

largelist/LargeList.js

@@ -272,5 +272,6 @@ /*

if (this.reloading) this.props.onLargeListDidUpdate();
this.reloading = false;
return;
}
setTimeout(() => {
let timer = setTimeout(() => {
this.headerRef.measure((x, y, w, h) => {

@@ -282,2 +283,3 @@ this._onHeaderLayout({ nativeEvent: { layout: { height: h } } });

});
clearTimeout(timer);
}, 10);

@@ -284,0 +286,0 @@ }

{
"name": "react-native-largelist",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"description": "A high performance large list component which is much better than SectionList for React Native.",
"description": "The best performance large list component which is much better than SectionList for React Native.",
"author": "bolan9999 <bolan999999@gmail.com>",

@@ -7,0 +7,0 @@ "license": "MIT",

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