🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

fast-xml-parser

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-xml-parser - npm Package Compare versions

Comparing version
5.9.2
to
5.9.3
+4
-0
CHANGELOG.md

@@ -5,2 +5,6 @@ <small>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</small>

**5.9.3 / 2026-06-19*
- update strnum
**5.9.2 / 2026-06-17*

@@ -7,0 +11,0 @@ - dummy release to test changes in github action

+2
-2
{
"name": "fast-xml-parser",
"version": "5.9.2",
"version": "5.9.3",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",

@@ -90,5 +90,5 @@ "main": "./lib/fxp.cjs",

"path-expression-matcher": "^1.5.0",
"strnum": "^2.4.0",
"strnum": "^2.4.1",
"xml-naming": "^0.1.0"
}
}