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
251
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.3-alpha.20240701.3 to 1.4.3-alpha.20240704.2

1

dist/browser/xml.d.ts

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

/// <reference lib="dom" />
import { XmlOptions } from "./xml.common.js";

@@ -3,0 +2,0 @@ export declare function parseXML(str: string, opts?: XmlOptions): Promise<any>;

5

dist/commonjs/xml.js

@@ -5,3 +5,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parseXML = exports.stringifyXML = void 0;
exports.stringifyXML = stringifyXML;
exports.parseXML = parseXML;
const fast_xml_parser_1 = require("fast-xml-parser");

@@ -38,3 +39,2 @@ const xml_common_js_1 = require("./xml.common.js");

}
exports.stringifyXML = stringifyXML;
/**

@@ -69,3 +69,2 @@ * Converts given XML string into JSON

}
exports.parseXML = parseXML;
//# sourceMappingURL=xml.js.map
{
"name": "@azure/core-xml",
"version": "1.4.3-alpha.20240701.3",
"version": "1.4.3-alpha.20240704.2",
"description": "Core library for interacting with XML payloads",

@@ -93,4 +93,4 @@ "sdk-type": "client",

"rimraf": "^5.0.5",
"tshy": "^1.13.0",
"typescript": "~5.4.5",
"tshy": "^1.17.0",
"typescript": "~5.5.3",
"vitest": "^1.3.1"

@@ -115,3 +115,4 @@ },

"selfLink": false
}
},
"module": "./dist/esm/index.js"
}

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