Socket
Socket
Sign inDemoInstall

@aws-sdk/xml-builder

Package Overview
Dependencies
Maintainers
5
Versions
75
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.295.0 to 3.303.0

2

dist-types/escape-attribute.d.ts
/**
* @internal
*
* Escapes characters that can not be in an XML attribute.
*/
export declare function escapeAttribute(value: string): string;
/**
* @internal
*
* Escapes characters that can not be in an XML element.
*/
export declare function escapeElement(value: string): string;

@@ -0,2 +1,8 @@

/**
* @internal
*/
export * from "./XmlNode";
/**
* @internal
*/
export * from "./XmlText";

@@ -0,3 +1,6 @@

/**
* @internal
*/
export interface Stringable {
toString(): string;
}
import { Stringable } from "./stringable";
/**
* @internal
*
* Represents an XML node.

@@ -4,0 +6,0 @@ */

import { Stringable } from "./stringable";
/**
* @internal
*
* Represents an XML text value.

@@ -4,0 +6,0 @@ */

2

package.json
{
"name": "@aws-sdk/xml-builder",
"version": "3.295.0",
"version": "3.303.0",
"description": "XML builder for the AWS SDK",

@@ -5,0 +5,0 @@ "dependencies": {

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