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

react-streaming

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-streaming - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

dist/cjs/renderToStream.js

@@ -17,5 +17,6 @@ "use strict";

assertReact();
const globalConfig = {
const globalConfig = (globalThis.__react_streaming = globalThis
.__react_streaming || {
disable: false
};
});
function disable() {

@@ -22,0 +23,0 @@ globalConfig.disable = true;

@@ -13,5 +13,6 @@ export { renderToStream };

assertReact();
const globalConfig = {
const globalConfig = (globalThis.__react_streaming = globalThis
.__react_streaming || {
disable: false
};
});
function disable() {

@@ -18,0 +19,0 @@ globalConfig.disable = true;

2

package.json
{
"name": "react-streaming",
"description": "React 18 Streaming. Full-fledged & Easy.",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/cjs/index.js",

@@ -6,0 +6,0 @@ "peerDependencies": {

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