Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsontoxml

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsontoxml - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

jsontoxml.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc