cookie-monster
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -28,3 +28,3 @@ 'use strict'; | ||
if (opts.hasOwnProperty('domain')) newCookie += '; domain=' + opts.domain; | ||
if (opts.hasOwnProperty('secure')) newCookie += '; secure'; | ||
if (opts.secure) newCookie += '; secure'; | ||
@@ -31,0 +31,0 @@ doc.cookie = newCookie; |
{ | ||
"name": "cookie-monster", | ||
"description": "Browserify-compatible module to get and set cookies in the browser", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
9363