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

native-x-list

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

native-x-list - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

lib/list.js

@@ -180,3 +180,3 @@ /* eslint-disable react-hooks/exhaustive-deps */

const renderEmptyComponent = useCallback(() => {
if (emptyMessage == undefined) {
if (emptyMessage == undefined || loading) {
return null;

@@ -183,0 +183,0 @@ }

{
"name": "native-x-list",
"version": "1.0.15",
"version": "1.0.16",
"description": "List component",

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

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