iron-store
Advanced tools
Comparing version 1.3.4 to 1.3.5
export type StoreOptions = { | ||
sealed?: boolean; | ||
sealed?: string; | ||
password: string | { id: number; password: string }[]; | ||
@@ -4,0 +4,0 @@ ttl?: number; |
{ | ||
"name": "iron-store", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "in-memory, signed and encrypted JavaScript store", |
24735