json-buffer
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -9,3 +9,3 @@ var bops = require('bops') | ||
if(o && bops.is(o)) | ||
return JSON.stringify(':base64:' + o.toString('base64')) | ||
return JSON.stringify(':base64:' + bops.to(o, 'base64')) | ||
@@ -12,0 +12,0 @@ if(o && o.toJSON) |
{ | ||
"name": "json-buffer", | ||
"description": "", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"homepage": "https://github.com/dominictarr/json-buffer", | ||
@@ -6,0 +6,0 @@ "repository": { |
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