4.4.0 • Published 6 years ago

dot-store-cookie v4.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

dot-store-cookie

Cookie integration for dot-store.

cookie in space

Install

npm install --save dot-store dot-store-cookie

Create store

import composeStore from "dot-store"
import composeCookie from "dot-store-cookie"

const store = composeCookie(composeStore())

Set cookie

await store.cookie("hello", "world") // world

Read cookie

await store.cookie("hello") // world
store.get("hello") // world (cached)
4.4.0

6 years ago

4.3.0

6 years ago

4.2.1

6 years ago

4.2.0

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.6.25

6 years ago

2.6.14

6 years ago

2.6.13

6 years ago

2.6.6

6 years ago

2.6.4

6 years ago

2.6.3

6 years ago