@ponury/xml-object-stream
```javascript const xos = new XMLObjectStream(fs.createReadStream('books-catalog.xml'), {emitElements:['book']}); xos.on('end', function () { // xml parsed }); xos.on('error', (err) => { // handle error }); xos.on('element', (elm) => { // do s
- Latest release
- Feb 28, 2017
- Releases
- 1
- Known CVEs
- 0
- First release
- Feb 28, 2017
- License
- ISC
Repository
Source
- Stars
- —
- Forks
- —
- Open issues
- —
Security score
No OpenSSF Scorecard available for this repository.
Packages from this repo
No other tracked packages from this repository.
Insights
Activity
- Total releases
- 1
- Last 12 months
- 0
- Cadence
- —
- Dependencies
- 3
Releases per month
last 12 monthsRelease mix
1
releases
Dependencies
Depends on
0.2.0-
iconv ^2.2.1
-
node-expat ^2.3.15
-
readable-stream ^2.2.3
Used by
Nothing tracked depends on this yet.