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

async-render

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-render - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

lib/index.js

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

return children;
return children || false;
}

@@ -105,0 +105,0 @@ }]);

{
"name": "async-render",
"version": "1.1.0",
"version": "1.2.0",
"description": "React Component with *requestIdleCallback*.",

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

@@ -39,5 +39,5 @@ /**

let { children } = this.state;
return children;
return children || false;
}
}
export default AsyncRender;
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