extended-eventsource
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "extended-eventsource", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Lukas Reining", | ||
@@ -24,2 +24,3 @@ "readme": "README.md", | ||
"build": "rimraf dist && tsc --project tsconfig.lib.json", | ||
"publish": "npm publish --public", | ||
"test": "jest" | ||
@@ -26,0 +27,0 @@ }, |
@@ -55,6 +55,2 @@ # EventSource | ||
}; | ||
eventSource.onclose = () => { | ||
console.log('Connection closed'); | ||
}; | ||
``` | ||
@@ -61,0 +57,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
23967
64