Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

libxml-to-js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libxml-to-js - npm Package Versions

1

0.3.2

Diff

Changelog

Source

v0.3.2

  • Does not return the namespace at all if the prefix is null.
published 0.3.1 •

Changelog

Source

v0.3.1

  • The returned error argument is now an instance of Error().
  • In case of error, the result argument is not returned.
  • Ignores the namespace prefix if the namespace prefix is null.

v0.3

  • The error argument is null in case of successful execution in order to follow the node.js convention. This may break some code if the evaluation is made against 'undefined'.
  • Won't recurse if the children name is 'undefined'.
  • XML namespace support into the key names. This may break some existing code.
  • CDATA support for the values.
  • Support for returning the used namespaces into the XML document.
published 0.3.0 •

published 0.2.2 •

Changelog

Source

v0.2.2

  • Cleaned up the garbage from the npm published package.
published 0.2.1 •

Changelog

Source

v0.2.1

  • Updated the package.json file with more data.

v0.2

  • Dropped the SAX parser in favor of maintaining the string parser. Basically it cuts the code base in half. xml2js might implement libxmljs as well, therefore nothing is really lost.

v0.1

  • Initial release, featuring SAX and string parsers.
published 0.2.0 •

published 0.1.0 •

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