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 Versions

1
10

1.1.0

Diff

Changelog

Source

[1.1.0] - 2013-12-10

  • Added license to package.
  • create() and element() accept JS object to fully build the document.
  • Added nod() and n() aliases for node().
  • Renamed convertAttChar decorator to convertAttKey.
  • Ignore empty decorator strings when converting JS objects.
oozcitak
published 1.0.2 •

Changelog

Source

[1.0.2] - 2013-11-27

  • Removed temp file which was accidentally included in the package.
oozcitak
published 1.0.1 •

Changelog

Source

[1.0.1] - 2013-11-27

  • Custom stringify functions affect current instance only.
oozcitak
published 1.0.0 •

Changelog

Source

[1.0.0] - 2013-11-27

  • Added processing instructions.
  • Added stringify functions to sanitize and convert input values.
  • Added option for headless XML documents.
  • Added vows tests.
  • Removed Makefile. Using npm publish scripts instead.
  • Removed the begin() function. create() begins the document by creating the root node.
oozcitak
published 0.4.3 •

Changelog

Source

[0.4.3] - 2013-11-08

  • Added option to include surrogate pairs in XML content. See #29.
  • Fixed empty value string representation in pretty mode.
  • Added pre and postpublish scripts to package.json.
  • Filtered out prototype properties when appending attributes. See #31.
oozcitak
published 0.4.2 •

Changelog

Source

[0.4.2] - 2012-09-14

  • Removed README.md from .npmignore.
oozcitak
published 0.4.1 •

Changelog

Source

[0.4.1] - 2012-08-31

  • Removed begin() calls in favor of XMLBuilder constructor.
  • Added the end() function. end() is a convenience over doc().toString().
oozcitak
published 0.4.0 •

Changelog

Source

[0.4.0] - 2012-08-31

  • Added arguments to XMLBuilder constructor to allow the name of the root element and XML prolog to be defined in one line.
  • Soft deprecated begin().
published 0.3.11 •

Changelog

Source

[0.3.11] - 2012-08-13

  • Package keywords are fixed to be an array of values.
published 0.3.10 •

Changelog

Source

[0.3.10] - 2012-08-13

  • Brought back npm package contents which were lost due to incorrect configuration of package.json in previous releases.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc