</>PackageGraphPackageGraph

xmlbuilder

npmv15.1.1TypeScript

An XML builder for node.js

Not recommended for new projects

No — xmlbuilder should not be adopted for new projects. Last published 2345 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 2345 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 314 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding xmlbuilder to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

314 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=8.0
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the xmlbuilder README.

var builder = require('xmlbuilder');

var xml = builder.create('root')
  .ele('xmlbuilder')
    .ele('repo', {'type': 'git'}, 'git://github.com/oozcitak/xmlbuilder-js.git')
  .end({ pretty: true});

console.log(xml);

xmlbuilder vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
xmlbuilderthis page03MIT6 years ago
dom-serializer94.3M2MIT1 day ago
cheerio24.1M5MIT1 day ago
plist14M2MIT1 day ago
fast-xml-parser04MIT1 day ago
w3c-xmlserializer01MIT1 day ago

Dependencies

Declared by xmlbuilder v15.1.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (8)

coffee-coverage *coffeescript 2.4.1coveralls *git-state *istanbul *mocha *nyc *xpath *

Used by

Popular packages that depend on xmlbuilder.

Relationship graph

Dependencies (left) and dependents (right) of xmlbuilder.

plist@expo/plistxml2jsxmlbuilder
xmlbuilder dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 14 days apart.

Recent versions of xmlbuilder
VersionPublishedSizeLicense
15.1.1latest6 years ago314 KBMIT
15.1.06 years ago313 KBMIT
15.0.06 years ago311 KBMIT
14.0.06 years ago311 KBMIT
13.0.27 years ago236 KBMIT
13.0.17 years ago233 KBMIT
13.0.07 years ago230 KBMIT
12.0.17 years ago188 KBMIT
12.0.07 years ago185 KBMIT
11.0.17 years ago164 KBMIT
11.0.07 years ago428 KBMIT
10.1.17 years ago108 KBMIT
10.1.08 years ago107 KBMIT
10.0.08 years ago104 KBMIT
9.0.78 years ago102 KBMIT

Overview

xmlbuilder is an npm package that an XML builder for node.js. It has 3 known dependents in the graph. The latest version is 15.1.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need an XML builder for node.js and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use xmlbuilder?

No — xmlbuilder should not be adopted for new projects. Last published 2345 days ago.

How do I install xmlbuilder?

Run `npm install xmlbuilder` to add xmlbuilder to your npm project.

What license is xmlbuilder released under?

xmlbuilder is distributed under the MIT license.

How popular is xmlbuilder?

npm does not publish download counts. Within PackageGraph's crawl, 3 known packages depend on xmlbuilder.

Is xmlbuilder still maintained?

The most recent release of xmlbuilder (v15.1.1) was published 6 years ago.

Does xmlbuilder run install scripts?

No. xmlbuilder does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.