sbx-client-request
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -186,3 +186,3 @@ import * as Cookie from 'sbx-client-cookie'; | ||
return new Promise((resolve, reject) => { | ||
Cookie.set(this.config.authKey, key); | ||
Cookie.set(this.config.authKey, key, {path:'/'}); | ||
localStorage.setItem(this.config.authKey, key); | ||
@@ -189,0 +189,0 @@ resolve(); |
{ | ||
"name": "sbx-client-request", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "sbx-client-request", | ||
@@ -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
9196