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.3.17 to 0.3.18

2

dist/cjs/utils/projectInfo.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.projectInfo = void 0;
const PROJECT_VERSION = '0.3.17';
const PROJECT_VERSION = '0.3.18';
exports.projectInfo = {

@@ -6,0 +6,0 @@ projectName: 'react-streaming',

@@ -1,2 +0,2 @@

const PROJECT_VERSION = '0.3.17';
const PROJECT_VERSION = '0.3.18';
export const projectInfo = {

@@ -3,0 +3,0 @@ projectName: 'react-streaming',

{
"name": "react-streaming",
"description": "React 18 Streaming. Full-fledged & Easy.",
"version": "0.3.17",
"version": "0.3.18",
"main": "./dist/cjs/server/hooks.js",

@@ -37,3 +37,4 @@ "peerDependencies": {

"deno": "./dist/esm/server/hooks.js",
"browser": "./dist/esm/client/hooks.js"
"browser": "./dist/esm/client/hooks.js",
"types": "./dist/cjs/server/hooks.d.ts"
},

@@ -44,3 +45,4 @@ "./server": {

"deno": "./dist/esm/server/index.js",
"browser": "./dist/esm/server/client-poison-pill.js"
"browser": "./dist/esm/server/client-poison-pill.js",
"types": "./dist/cjs/server/index.d.ts"
}

@@ -47,0 +49,0 @@ },

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