You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

hexo-server-live

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-server-live - npm Package Compare versions

Comparing version
0.2.5
to
0.2.6
+4
-0
CHANGELOG.md

@@ -0,1 +1,5 @@

## v0.2.6 (2024-01-16)
- Fix: close SSE when onerror.
## v0.2.5 (2024-01-16)

@@ -2,0 +6,0 @@

+2
-3

@@ -12,5 +12,4 @@ module.exports = function({

es.addEventListener("error", () => {
if (es.CLOSED) {
setTimeout(initES, retry);
}
es.close();
setTimeout(initES, retry);
});

@@ -17,0 +16,0 @@ es.addEventListener(eventName, (event) => {

{
"name": "hexo-server-live",
"version": "0.2.5",
"version": "0.2.6",
"description": "Live reload while source file changed for Hexo.",

@@ -22,2 +22,2 @@ "main": "index",

}
}
}