You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@aws-sdk/xml-builder

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/xml-builder - npm Package Compare versions

Comparing version
3.972.8
to
3.972.9
+1
-0
dist-cjs/xml-parser.js

@@ -13,2 +13,3 @@ "use strict";

tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
maxNestedTags: 1024,
});

@@ -15,0 +16,0 @@ parser.addEntity("#xD", "\r");

@@ -10,2 +10,3 @@ import { XMLParser } from "fast-xml-parser";

tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
maxNestedTags: 1024,
});

@@ -12,0 +13,0 @@ parser.addEntity("#xD", "\r");

+2
-2
{
"name": "@aws-sdk/xml-builder",
"version": "3.972.8",
"version": "3.972.9",
"description": "XML utilities for the AWS SDK",
"dependencies": {
"@smithy/types": "^4.13.0",
"fast-xml-parser": "5.3.6",
"fast-xml-parser": "5.4.1",
"tslib": "^2.6.2"

@@ -9,0 +9,0 @@ },