Comparing version 0.0.9 to 0.0.10
@@ -28,3 +28,3 @@ //copyright Ryan Day 2010 <http://ryanday.org>, Joscha Feth 2013 <http://www.feth.com> [MIT Licensed] | ||
var type = typeof node_data; | ||
if(node_data instanceof Array) { | ||
if((Array.isArray) ? Array.isArray(node_data) : node_data instanceof Array) { | ||
type = 'array'; | ||
@@ -31,0 +31,0 @@ } else if(node_data instanceof Date) { |
{ | ||
"name": "jsontoxml", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "This is a library designed to render js objects as xml. Its not made to parse or otherwise edit existing xml/html structures.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/soldair/node-jsontoxml", |
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
251699