Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure/core-xml

Package Overview
Dependencies
Maintainers
2
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-xml - npm Package Compare versions

Comparing version 1.4.5-alpha.20241029.3 to 1.4.5-alpha.20241030.2

2

dist/browser/xml.d.ts

@@ -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

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