@jill64/typed-storage
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -27,3 +27,5 @@ import { string } from 'ts-serde/primitive'; | ||
return () => { | ||
removeEventListener('storage', listener); | ||
if (typeof window !== 'undefined') { | ||
removeEventListener('storage', listener); | ||
} | ||
}; | ||
@@ -30,0 +32,0 @@ } |
{ | ||
"name": "@jill64/typed-storage", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"type": "module", | ||
@@ -43,3 +43,3 @@ "description": "🗃️ Type-Safe Web Storage API Wrapper", | ||
"url": "https://github.com/jill64/typed-storage.git", | ||
"image": "https://opengraph.githubassets.com/eacc11ded464b0c763a4151cd375f85cff8ae5cac093ac5597ec1eef8344d704/jill64/typed-storage" | ||
"image": "https://opengraph.githubassets.com/bfdec26c8c99cd8914c6f807ecbd2bc161c5c0c4b66d3a11225e61829d332aaa/jill64/typed-storage" | ||
}, | ||
@@ -46,0 +46,0 @@ "publishConfig": { |
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
6671
61