method-tool
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -110,3 +110,3 @@ "use strict"; | ||
if (newDate > date) { | ||
var auth = storage.getStorage('a'); | ||
var auth = storage.getStorage('a', 'session'); | ||
if (auth && auth['a'] == 'data') { | ||
@@ -113,0 +113,0 @@ return auth['type']; |
{ | ||
"name": "method-tool", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
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
4209