1.0.2 • Published 8 years ago

q1s-cookie v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

#client-cookie A simple object for adding and getting cookies

$ npm install --save q1s-cookie
const Cookie = require('q1s-cookie');
Cookie.key = "value";

Then in a different session on the same client

const Cookie = require('q1s-cookie');
Cookie.key === "value";

It uses proxies to automatically update the document.cookie whenever a property is changed on Cookie.

Licenses MIT Copyright Tyler R Smith 2016

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago