🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

fast-xml-parser

Package Overview
Dependencies
Maintainers
1
Versions
194
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.0
to
5.9.1
+4
-1
CHANGELOG.md

@@ -5,3 +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.0 / 2026-06-15* (not released yet)
**5.9.1 / 2026-06-17*
- dummy release to test release from github action
**5.9.0 / 2026-06-15*
- update strnum to 2.3.0

@@ -8,0 +11,0 @@ - you can set hex, binary, enotation, infinity, unicode

+3
-6
{
"name": "fast-xml-parser",
"version": "5.9.0",
"version": "5.9.1",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",

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

"prettier": "prettier --write src/**/*.js",
"checkReadiness": "publish-please --dry-run",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
"preversion": "npm test"
},

@@ -78,3 +76,2 @@ "bin": {

"prettier": "^3.5.1",
"publish-please": "^5.5.2",
"typescript": "5",

@@ -98,2 +95,2 @@ "webpack": "^5.64.4",

}
}
}