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

@nodable/flexible-xml-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodable/flexible-xml-parser - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
lib/fxp.cjs

Sorry, the diff of this file is too big to display

+6
-1
**1.2.0 (2026-05-132**
**1.2.1 (2026-05-28)**
- update dependencies to fix duplicate entites
- include fxp.cjs in npm package
**1.2.0 (2026-05-13)**
- fix: Tag name can be separated with rest of the tag expression by any type of spaces.

@@ -4,0 +9,0 @@ - fix: parser should not fail when tag expresison is very long

+4
-3
{
"name": "@nodable/flexible-xml-parser",
"version": "1.2.0",
"version": "1.2.1",
"description": "Fastest XML parser in pure JS with fully customizable ouput",

@@ -47,4 +47,4 @@ "main": "./lib/fxp.cjs",

"dependencies": {
"@nodable/base-output-builder": "^1.0.5",
"@nodable/compact-builder": "^1.0.8",
"@nodable/base-output-builder": "^1.0.6",
"@nodable/compact-builder": "^1.0.9",
"path-expression-matcher": "^1.5.0",

@@ -69,2 +69,3 @@ "xml-naming": "^0.1.0"

"files": [
"lib/fxp.cjs",
"lib/fxp.d.cts",

@@ -71,0 +72,0 @@ "src",