fast-xml-parser
Advanced tools
Comparing version 4.5.2 to 4.5.3
{ | ||
"name": "fast-xml-parser", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries", | ||
@@ -63,9 +63,11 @@ "main": "./src/fxp.js", | ||
"typings": "src/fxp.d.ts", | ||
"funding": [{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/NaturalIntelligence" | ||
}], | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/NaturalIntelligence" | ||
} | ||
], | ||
"dependencies": { | ||
"strnum": "^1.0.5" | ||
"strnum": "^1.1.1" | ||
} | ||
} |
230455
69
5641
Updatedstrnum@^1.1.1