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

easy-server-sent-events

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-server-sent-events - npm Package Compare versions

Comparing version

to
1.0.6

2

package.json
{
"name": "easy-server-sent-events",
"version": "1.0.5",
"version": "1.0.6",
"description": "An easy to use Server Side Events library for Node.js + frontend",

@@ -5,0 +5,0 @@ "author": "Thomas Frank <thomas@nodehill.com>",

@@ -64,3 +64,3 @@ # easy-server-sent-events

// Here we send messages to all connected clients
// We randomly choose the between the event types
// We randomly choose between the event types
// 'message' and 'other' (you can name your event types how you like)

@@ -67,0 +67,0 @@ // and send a message (an object with the properties cool and content)