Socket
Socket
Sign inDemoInstall

xmlbuilder2

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmlbuilder2 - npm Package Versions

2345

3.1.1

Diff

Changelog

Source

[3.1.1] - 2023-05-08

Bug Fixes

  • Moved @types/node to a dev dependency (see #165).
  • Bumped js-yaml up from a version with a known vulnerability (see #141 and #167).
universalhandle
published 3.1.0 •

Changelog

Source

[3.1.0] - 2023-04-24

Features

  • Allowed preserving blankspace text nodes when parsing an XML string (see #101).

Bug Fixes

  • Fixed various ampersand encoding issues (see #105, #109, #110)
oozcitak
published 3.0.2 •

Changelog

Source

[3.0.2] - 2021-08-10

Bug Fixes

  • Fixed a bug where some predefined entities where not being decoded when parsed (see #99).
oozcitak
published 3.0.1 •

Changelog

Source

[3.0.1] - 2021-07-29

Bug Fixes

  • Fixed a bug which prevented web workers from consuming the webpack bundle (see #77).
oozcitak
published 3.0.0 •

Changelog

Source

[3.0.0] - 2021-07-29

Bug Fixes

  • Fixed a bug where parsers did not decode predefined entities (see #82, #88 and #98).
  • Fixed a bug where XML parser would not always return the last top level element node created (see #81).
  • Fixed a bug where JS object parser would fail to parse mixed content (see #90).

Features

  • Added the import function to callback API (see #2).

BREAKING CHANGES

  • Removed support for node.js 10.
  • Removed the noDoubleEncoding flag from serializers. Parsers now decode predefined entities (see #82, #88 and #98).
oozcitak
published 2.4.1 •

Changelog

Source

[2.4.1] - 2021-04-08

Bug Fixes

  • Fixed node type dependency to * (see #69 and #84).
  • Added documentation link to next function (see #61).
  • Applied keepNullNodes option to all types of text nodes (see #56).
  • Fixed a typo in CHANGELOG (see #54).

Features

  • Added sanitize function to parsers (see #65).
oozcitak
published 2.4.0 •

Changelog

Source

[2.4.0] - 2020-09-14

Bug Fixes

  • Fixed a bug where the input of custom parsers were not sanitized.
  • Fixed a bug where attributes would not lookup their namespaces from their parent elements (see #51 and #53).
  • Fixed a bug where typings were not included in the package (see #52).

Features

  • Added declaration function to serializers.
  • Add YAML parser to callback builder.
oozcitak
published 2.3.1 •

Changelog

Source

[2.3.1] - 2020-08-05

Bug Fixes

  • Fixed a bug where YAML serializer would not escape special characters.
  • Fixed a bug where the element function of a custom parser would throw an error if it changed the node name (see #46).
  • Fixed a bug where XML parser would ignore encoding and standalone in XML declaration.
  • Fixed a bug where the ele function would throw an error if it failed to create any child nodes.
oozcitak
published 2.3.0 •

Changelog

Source

[2.3.0] - 2020-08-04

Bug Fixes

  • Fixed a bug where JSON serializer would not escape special characters (see #44).

Features

  • Added custom parsers (see #25).
  • Added YAML parser and serializer.
oozcitak
published 2.2.0 •

Changelog

Source

[2.2.0] - 2020-07-14

Bug Fixes

  • Fixed a bug where each would stop traversing the document tree if the current node was removed inside the callback.

Features

  • Added the verbose option to object serializer to create consistent yet verbose output (see #30).
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