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 0.4.0 to 0.4.1

4

lib/XMLBuilder.js

@@ -92,2 +92,6 @@ // Generated by CoffeeScript 1.3.3

XMLBuilder.prototype.end = function(options) {
return toString(options);
};
XMLBuilder.prototype.toString = function(options) {

@@ -94,0 +98,0 @@ var child, r, _i, _len, _ref;

@@ -210,2 +210,6 @@ // Generated by CoffeeScript 1.3.3

XMLFragment.prototype.end = function(options) {
return this.document().toString(options);
};
XMLFragment.prototype.prev = function() {

@@ -212,0 +216,0 @@ var i;

2

package.json
{
"name": "xmlbuilder",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [ "xml", "xmlbuilder" ],

@@ -5,0 +5,0 @@ "homepage": "http://github.com/oozcitak/xmlbuilder-js",

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