sessionstore
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -90,3 +90,3 @@ 'use strict'; | ||
try { | ||
result = jsonSerializer.deserialize(value); | ||
result = jsonSerializer.deserialize(value.toString()); | ||
} catch (error) { | ||
@@ -93,0 +93,0 @@ if (callback) callback(error); |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "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
44753
25