Comparing version 0.0.7 to 0.0.8
@@ -178,4 +178,4 @@ //copyright Ryan Day 2010 <http://ryanday.org>, Joscha Feth 2013 <http://www.feth.com> [MIT Licensed] | ||
function cdata(str){ | ||
if(str) return "<!CDATA[["+str.replace(/]]>/g,'')+']]>'; | ||
return "<!CDATA[[]]>"; | ||
if(str) return "<![CDATA["+str.replace(/]]>/g,'')+']]>'; | ||
return "<![CDATA[]]>"; | ||
}; | ||
@@ -182,0 +182,0 @@ |
{ | ||
"name": "jsontoxml", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1