universal-cookie
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -69,3 +69,3 @@ 'use strict'; | ||
value: function set(name, value, options) { | ||
if ((typeof val === 'undefined' ? 'undefined' : _typeof(val)) === 'object') { | ||
if ((typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object') { | ||
value = JSON.stringify(value); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "universal-cookie", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Universal cookies for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8395