xmlbuilder-js icon indicating copy to clipboard operation
xmlbuilder-js copied to clipboard

An XML builder for node.js

Results 9 xmlbuilder-js issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/21190253/120619767-e2899680-c48e-11eb-9ee5-ee52dc000b7f.png) After our static code scan. The random number generator implemented by random() cannot withstand a cryptographic attack.

Is there an output option that will sort the order of attributes by their alphabetical order for nodes? Regardless of order of insertion. This arbitrary and merely a curiosity. Thanks...

Feature

using xmlbuilder via xml2js, this file: https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/src/builder.coffee calls end with writer options. In previous versions, writer options could look like: ``` { 'pretty': true, 'indent': ' ', 'newline': '\n', writer:...

The [Builder-Options](https://github.com/oozcitak/xmlbuilder-js/wiki/Builder-Options#settings-related-to-the-xml-declaration) allow to specify a custom encoding. However this has no effect, except changing the xml declaration. According to the [XML spec](https://www.w3.org/TR/2008/REC-xml-20081126/#charencoding): >... it is a **fatal error** for...

Bumps [json5](https://github.com/json5/json5) from 2.1.2 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

In TypeScript project, with `"@types/xmlbuilder": "^11.0.1"` and `"xmlbuilder": "^15.1.1"`。 There also seems to be a lack of description of this member in the documentation, but it is visible at runtime.