Socket
Socket
Sign inDemoInstall

fast-xml-parser

Package Overview
Dependencies
Maintainers
1
Versions
136
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 4.2.3 to 4.2.4

3

CHANGELOG.md
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
**4.2.4 / 2023-06-06**
* fix security bug
**4.2.3 / 2023-06-05**

@@ -4,0 +7,0 @@ * fix security bug

2

package.json
{
"name": "fast-xml-parser",
"version": "4.2.3",
"version": "4.2.4",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",

@@ -5,0 +5,0 @@ "main": "./src/fxp.js",

@@ -145,3 +145,3 @@ //TODO: handle comments

//Eg !?\\\/[]$%{}^&*()<>
const specialChar = "!?\\\/[]$%{}^&*()<>";
const specialChar = "!?\\\/[]$%{}^&*()<>|+";

@@ -148,0 +148,0 @@ function validateEntityName(name){

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc