Socket
Socket
Sign inDemoInstall

react-async-ssr

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-async-ssr - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

6

changelog.md
# Changelog
## 0.4.4
Bug fixes:
* Prevent calling callback twice when NO_SSR promise thrown
## 0.4.3

@@ -4,0 +10,0 @@

3

lib/renderer.js

@@ -82,2 +82,5 @@ /* --------------------

// If done or errored, exit
if (this.exhausted) return;
// Process fallbacks requiring render

@@ -84,0 +87,0 @@ this.drainFallbacksQueue();

2

package.json
{
"name": "react-async-ssr",
"version": "0.4.3",
"version": "0.4.4",
"description": "Render React Suspense on server",

@@ -5,0 +5,0 @@ "main": "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