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 8.2.0 to 8.2.1

lib/XMLBuilder.js

7

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [8.2.1] - 2016-04-07
- Falsy values can now be used as a text node. See
[#117](https://github.com/oozcitak/xmlbuilder-js/issues/117).
## [8.2.0] - 2016-04-01

@@ -317,4 +321,5 @@ - Removed lodash dependency to keep the library small and simple. See

## 0.0.1 - 2010-11-02
- Initial
- Initial release
[8.2.1]: https://github.com/oozcitak/xmlbuilder-js/compare/v8.2.0...v8.2.1
[8.2.0]: https://github.com/oozcitak/xmlbuilder-js/compare/v8.1.0...v8.2.0

@@ -321,0 +326,0 @@ [8.1.0]: https://github.com/oozcitak/xmlbuilder-js/compare/v8.0.0...v8.1.0

4

lib/XMLNode.js

@@ -47,3 +47,5 @@ // Generated by CoffeeScript 1.10.0

lastChild = null;
attributes || (attributes = {});
if (attributes == null) {
attributes = {};
}
attributes = attributes.valueOf();

@@ -50,0 +52,0 @@ if (!isObject(attributes)) {

{
"name": "xmlbuilder",
"version": "8.2.0",
"version": "8.2.1",
"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