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

fetch-event-stream

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-event-stream - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "fetch-event-stream",
"version": "0.0.1",
"version": "0.0.2",
"description": "Server Sent Event (SSE) streaming via `fetch` and Web Streams API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,2 +6,7 @@ <!-- deno-fmt-ignore-file -->

* Allows any HTTP method
* Built with native [Web Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API)
* Works with browser, Node.js, Cloudflare Workers, Deno, and Bun
* Supports WebWorker or Service Worker environments
* Accepts [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for cancellable streams

@@ -8,0 +13,0 @@ ## Install

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