New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

server-sent-events

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

server-sent-events - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "server-sent-events",
"description": "Send server messages to the browser (via EventSource).",
"version": "0.0.1",
"description": "Express middleware to push events/messages from the server to the browser, using EventSource.",
"version": "0.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Zac Barton"

server-sent-events
========
Send server messages to the browser (via EventSource).
Express middleware to push events/messages from the server to the browser, using EventSource.

@@ -6,0 +6,0 @@ This middleware will keep the request stream open indefinitely, pad the initial response stream for IE and flush the response if the connect middleware is in use.

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