@ygracs/xobj-lib-js
v0.3.1
Published
A helper library to work with xml-js module
Readme
|rev.:|0.1.4| |:---|---:| |date:|2026-03-03|
Introduction
This module provide a helper functions for object manipulation. It was primarily written to work with a XML-parser provided by a xml-js module for 'Node.js' running in "compact" mode.
Note: for more see
xObj.mdin the packagedocdirectory or in a package repo.
Notes on upgrade to
v0.3.0The
v0.3.0is not fully compatible with a previous one due to some breaking changes. For more details read the docs for a functions used in your project.
Use cases
Installation
npm install @ygracs/xobj-lib-js
Note: It's recommended to "pin" a package versions range to its minor releases after installation. To do so use
~range specifier (e.g.~0.3.0) inpackage.json.
