htmx-router
Advanced tools
Comparing version 1.0.0-pre5 to 1.0.0
@@ -50,4 +50,5 @@ /** | ||
this.map[name] = value; | ||
if (typeof this.source === "object") | ||
if (this.source !== null && typeof this.source === "object") { | ||
document.cookie = `${encodeURIComponent(name)}=${encodeURIComponent(value)}`; | ||
} | ||
} | ||
@@ -54,0 +55,0 @@ unset(name) { |
{ | ||
"name": "htmx-router", | ||
"version": "1.0.0-pre5", | ||
"version": "1.0.0", | ||
"description": "A lightweight SSR framework with server+client islands", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
75418
2153
0