Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

eventsource-parser

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventsource-parser - npm Package Compare versions

Comparing version
3.0.2
to
3.0.3
+2
stream.js
/* included for compatibility with react-native without package exports support */
module.exports = require('./dist/stream.cjs')
+6
-4
{
"name": "eventsource-parser",
"version": "3.0.2",
"version": "3.0.3",
"description": "Streaming, source-agnostic EventSource/Server-Sent Events parser",

@@ -33,6 +33,6 @@ "sideEffects": false,

"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"browserslist": [
"node >= 18",
"node >= 20",
"chrome >= 71",

@@ -45,3 +45,5 @@ "safari >= 14.1",

"dist",
"src"
"!dist/stats.html",
"src",
"stream.js"
],

@@ -48,0 +50,0 @@ "scripts": {

Sorry, the diff of this file is too big to display