@nodable/flexible-xml-parser
Advanced tools
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", |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
272360
32.69%24
4.35%2
100%+ Added
+ Added
- Removed
- Removed