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

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 10.1.0 to 10.1.1

4

CHANGELOG.md

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

## [10.1.0] - 2018-10-10
- Added the `skipNullNodes` option to skip nodes with null values. See [#158](https://github.com/oozcitak/xmlbuilder-js/issues/158).
## [10.0.0] - 2018-04-26

@@ -358,2 +361,3 @@ - Added current indentation level as a parameter to the onData function when in callback mode. See [#125](https://github.com/oozcitak/xmlbuilder-js/issues/125).

[10.1.0]: https://github.com/oozcitak/xmlbuilder-js/compare/v10.0.0...v10.1.0
[10.0.0]: https://github.com/oozcitak/xmlbuilder-js/compare/v9.0.7...v10.0.0

@@ -360,0 +364,0 @@ [9.0.7]: https://github.com/oozcitak/xmlbuilder-js/compare/v9.0.4...v9.0.7

@@ -55,2 +55,5 @@ // Generated by CoffeeScript 1.12.7

child = ref1[j];
if (child instanceof XMLDummy) {
continue;
}
switch (false) {

@@ -57,0 +60,0 @@ case !(child instanceof XMLDeclaration):

@@ -49,2 +49,5 @@ // Generated by CoffeeScript 1.12.7

child = ref[i];
if (child instanceof XMLDummy) {
continue;
}
r += (function() {

@@ -51,0 +54,0 @@ switch (false) {

2

package.json
{
"name": "xmlbuilder",
"version": "10.1.0",
"version": "10.1.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