extended-eventsource
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "extended-eventsource", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"author": "Lukas Reining", | ||
@@ -5,0 +5,0 @@ "readme": "README.md", |
# EventSource | ||
[![https://www.npmjs.com/package/extended-eventsource](https://img.shields.io/npm/v/extended-eventsource?logo=npm)](https://www.npmjs.com/package/extended-eventsource) | ||
[![https://www.npmjs.com/package/extended-eventsource](https://img.shields.io/npm/dm/extended-eventsource?logo=npm)](https://www.npmjs.com/package/extended-eventsource) | ||
![NPM](https://img.shields.io/npm/l/extended-eventsource) | ||
This is a custom EventSource implementation that is fully compliant with | ||
the [WHATWG Server-Sent Events specification](https://html.spec.whatwg.org/multipage/server-sent-events.html). | ||
the [WHATWG Server-Sent Events specification](https://html.spec.whatwg.org/multipage/server-sent-events.html) but takes | ||
more arguments like request headers. | ||
@@ -55,2 +60,4 @@ It can be used in both web and Node.js environments. | ||
}; | ||
``` | ||
@@ -57,0 +64,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
251577
71