eventsource-parser
Advanced tools
| /* 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
932
0.22%74786
-68.43%