localstorage-down
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -101,3 +101,3 @@ var util = require('util') | ||
if(typeof value == 'object' && value.buffer == undefined){ | ||
if(typeof value == 'object' && !Buffer.isBuffer(value) && value.buffer == undefined){ | ||
var obj = {}; | ||
@@ -104,0 +104,0 @@ obj.storetype = "json"; |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"main": "index.js", | ||
@@ -17,0 +17,0 @@ "dependencies": { |
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
21147