4.4.0 • Published 7 years ago

dot-store-cookie v4.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

4.3.0

7 years ago

4.2.1

7 years ago

4.2.0

7 years ago

4.1.1

7 years ago

4.1.0

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.6.25

7 years ago

2.6.14

7 years ago

2.6.13

7 years ago

2.6.6

7 years ago

2.6.4

7 years ago

2.6.3

7 years ago