@azure/core-xml
Advanced tools
Comparing version 1.4.5-alpha.20241029.3 to 1.4.5-alpha.20241030.2
@@ -1,4 +0,4 @@ | ||
import { XmlOptions } from "./xml.common.js"; | ||
import type { XmlOptions } from "./xml.common.js"; | ||
export declare function parseXML(str: string, opts?: XmlOptions): Promise<any>; | ||
export declare function stringifyXML(content: unknown, opts?: XmlOptions): string; | ||
//# sourceMappingURL=xml-browser.d.mts.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
/// <reference lib="dom"/> | ||
import { XML_ATTRKEY, XML_CHARKEY } from "./xml.common.js"; | ||
@@ -5,0 +4,0 @@ if (!document || !DOMParser || !Node || !XMLSerializer) { |
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.4.5-alpha.20241029.3", | ||
"version": "1.4.5-alpha.20241030.2", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78777
726