Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pathmapper
/
node-xml2js
Public
forked from
Leonidas-from-XIV/node-xml2js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node-xml2js
test
on
coffeescript2
User selector
All users
All time
Commit history
Commits on Dec 19, 2019
src: Inline util.promisify
Show description for 1adc998
Raynos
committed
1adc998
View commit details
Copy full SHA for 1adc998
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Use promise shim instead of actual Node function
Leonidas-from-XIV
committed
c62b085
View commit details
Copy full SHA for c62b085
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
Create a promise-specific version of parseString
Show description for c759711
mckramer
authored and
Leonidas-from-XIV
committed
c759711
View commit details
Copy full SHA for c759711
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
parser test: "valueProcessor" -> "valueProcessors"
Show description for 97f6841
jcsahnwaldt
authored
97f6841
View commit details
Copy full SHA for 97f6841
View code at this point
Browse repository at this point
parser.test.coffee: regression tests for #356
Show description for 6f1b97c
jcsahnwaldt
authored
6f1b97c
View commit details
Copy full SHA for 6f1b97c
View code at this point
Browse repository at this point
Commits on Aug 22, 2017
Revert "Empty strings now returns error cause its not valid XML"
Show description for 1ab44ea
Leonidas-from-XIV
committed
1ab44ea
View commit details
Copy full SHA for 1ab44ea
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
Add test for the fix of issue #119
flexi-xu
committed
6852241
View commit details
Copy full SHA for 6852241
View code at this point
Browse repository at this point
Commits on Mar 22, 2017
Empty strings now returns error cause its not valid XML
Show description for b9b44e0
d3adc0d3
authored and
Leonidas-from-XIV
committed
b9b44e0
View commit details
Copy full SHA for b9b44e0
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
tests for node / attribute name non-agnostic processor functions
Chris Shaffer
committed
2a1db93
View commit details
Copy full SHA for 2a1db93
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Merge branch 'talitacampos-master'
Show description for b8e2621
Leonidas-from-XIV
committed
b8e2621
View commit details
Copy full SHA for b8e2621
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
Added test to check cData on array values
Talita
committed
b0f5ac8
View commit details
Copy full SHA for b0f5ac8
View code at this point
Browse repository at this point
Add includeWhiteChars option.
Show description for 58957ed
Nicolas Maquet
authored and
Leonidas-from-XIV
committed
58957ed
View commit details
Copy full SHA for 58957ed
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Add allowSurrogateChars option passthrough
Codesleuth
committed
62554a7
View commit details
Copy full SHA for 62554a7
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Added attrValueProcessors
TimJohns
committed
c270596
View commit details
Copy full SHA for c270596
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
fix building an XML document with an object property value of undefined or null by setting it to an empty string
tflanagan
committed
dd83df9
View commit details
Copy full SHA for dd83df9
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
added tests for parsing null and undefined values
tflanagan
committed
85ba642
View commit details
Copy full SHA for 85ba642
View code at this point
Browse repository at this point
fix missing onend function
tflanagan
committed
3ce5f45
View commit details
Copy full SHA for 3ce5f45
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Add test for chunked processing
Leonidas-from-XIV
committed
6162466
View commit details
Copy full SHA for 6162466
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
wrap callback test in test.fail
tflanagan
committed
24625d2
View commit details
Copy full SHA for 24625d2
View code at this point
Browse repository at this point
catch async errors, squelch if already emitted
tflanagan
committed
7485df5
View commit details
Copy full SHA for 7485df5
View code at this point
Browse repository at this point
Commits on May 7, 2015
Added parseBooleans
Stephen Cresswell
committed
11e11cf
View commit details
Copy full SHA for 11e11cf
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
Fix issue #195 for <cdata> tags
Eric Laberge
committed
044e156
View commit details
Copy full SHA for 044e156
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
handle text nodes in explicit preserved children collection
ryedin
committed
c78c850
View commit details
Copy full SHA for c78c850
View code at this point
Browse repository at this point
Merge branch 'master' into merge
Show description for f0d8667
ryedin
committed
f0d8667
View commit details
Copy full SHA for f0d8667
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Fix cdata issue on non-strings
Show description for a3aa03f
Leonidas-from-XIV
committed
a3aa03f
View commit details
Copy full SHA for a3aa03f
View code at this point
Browse repository at this point
added configuration to allow preservation of child node ordering
ryedin
committed
4a48cd5
View commit details
Copy full SHA for 4a48cd5
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Building Object keys that are strings escape to CDATA
Show description for eb8c66e
Jess Telford
committed
eb8c66e
View commit details
Copy full SHA for eb8c66e
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Add missing end of file line
rochal
committed
3101bba
View commit details
Copy full SHA for 3101bba
View code at this point
Browse repository at this point
Closes Leonidas-from-XIV/node-xml2js#108
Show description for a01d49f
rochal
committed
a01d49f
View commit details
Copy full SHA for a01d49f
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
Update test result for latest xmlbuilder
tomhughes
committed
abf613f
View commit details
Copy full SHA for abf613f
View code at this point
Browse repository at this point
Commits on Jan 25, 2015
Merge branch 'jesstelford-raw-text-nodes'
Leonidas-from-XIV
committed
b7dc552
View commit details
Copy full SHA for b7dc552
View code at this point
Browse repository at this point
Add `cdata` option for unescaped text nodes when building
Show description for 8de450c
Jess Telford
committed
8de450c
View commit details
Copy full SHA for 8de450c
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
propagate errors that are not parse errors. fixes #172
CandleCandle
authored and
Leonidas-from-XIV
committed
3fc65f6
View commit details
Copy full SHA for 3fc65f6
View code at this point
Browse repository at this point
Commits on Dec 6, 2014
Added test for tag name processors with simple callbacks
Leonidas-from-XIV
committed
8fcc31b
View commit details
Copy full SHA for 8fcc31b
View code at this point
Browse repository at this point
Testing simple, module level callback with options
Leonidas-from-XIV
committed
2ebcdcc
View commit details
Copy full SHA for 2ebcdcc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.