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.0.2 to 4.0.3

4

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.0.3 / 2022-02-15**
* fix: ReferenceError when Bundled with Strict (#431) (By [Andreas Heissenberger](https://github.com/aheissenberger))
**4.0.2 / 2022-02-04**

@@ -4,0 +8,0 @@ * builder supports `suppressUnpairedNode`

2

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

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

@@ -75,3 +75,3 @@ const EOL = "\n";

if(attrMap && !options.ignoreAttributes){
for( attr in attrMap){
for (let attr in attrMap){
let attrVal = options.attributeValueProcessor(attr, attrMap[attr]);

@@ -78,0 +78,0 @@ attrVal = replaceEntitiesValue(attrVal, options);

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