Comparing version 0.8.1 to 0.8.2
@@ -147,3 +147,3 @@ var expat = require('node-expat'); | ||
reversible: joi.boolean().default(false), | ||
coerce: joi.boolean().default(true), | ||
coerce: joi.alternatives([joi.boolean(), joi.object()]).default(true), | ||
sanitize: joi.boolean().default(true), | ||
@@ -150,0 +150,0 @@ trim: joi.boolean().default(true), |
{ | ||
"name": "xml2json", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Converts xml to json and vice-versa, using node-expat.", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/buglabs/node-xml2json.git", |
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
78671