Socket
Socket
Sign inDemoInstall

object-to-xml

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -18,3 +18,3 @@ var sanitizer = require('sanitizer')

else if (value || value === 0) {
return key + '="' + value + '"';
return key + '="' + sanitizer.escape(value) + '"';
}

@@ -21,0 +21,0 @@ }, true).join(' ');

{
"name": "object-to-xml",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert any object to XML",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc