Socket
Socket
Sign inDemoInstall

xmlbuilder

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmlbuilder - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

2

lib/XMLNode.js

@@ -76,3 +76,3 @@ // Generated by CoffeeScript 1.9.1

lastChild = this.instruction(key.substr(this.stringify.convertPIKey.length), val);
} else if (Array.isArray(val)) {
} else if (!this.options.separateArrayItems && Array.isArray(val)) {
for (k = 0, len1 = val.length; k < len1; k++) {

@@ -79,0 +79,0 @@ item = val[k];

{
"name": "xmlbuilder",
"version": "4.0.0",
"version": "4.1.0",
"keywords": [

@@ -5,0 +5,0 @@ "xml",

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