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

@azure/core-xml

Package Overview
Dependencies
Maintainers
3
Versions
258
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.0.0-alpha.20210205.2 to 1.0.0-alpha.20210209.1

2

dist-esm/src/xml.common.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
/**

@@ -4,0 +4,0 @@ * Default key used to access the XML attributes.

@@ -60,4 +60,4 @@ // Copyright (c) Microsoft Corporation.

* Converts given JSON object to XML string
* @param obj JSON object to be converted into XML string
* @param opts Options that govern the XML building of given JSON object
* @param obj - JSON object to be converted into XML string
* @param opts - Options that govern the XML building of given JSON object
* `rootName` indicates the name of the root element in the resulting XML

@@ -74,4 +74,4 @@ */

* Converts given XML string into JSON
* @param str String containing the XML content to be parsed into JSON
* @param opts Options that govern the parsing of given xml string
* @param str - String containing the XML content to be parsed into JSON
* @param opts - Options that govern the parsing of given xml string
* `includeRoot` indicates whether the root element is to be included or not in the output

@@ -78,0 +78,0 @@ */

@@ -8,3 +8,3 @@ 'use strict';

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
/**

@@ -75,4 +75,4 @@ * Default key used to access the XML attributes.

* Converts given JSON object to XML string
* @param obj JSON object to be converted into XML string
* @param opts Options that govern the XML building of given JSON object
* @param obj - JSON object to be converted into XML string
* @param opts - Options that govern the XML building of given JSON object
* `rootName` indicates the name of the root element in the resulting XML

@@ -89,4 +89,4 @@ */

* Converts given XML string into JSON
* @param str String containing the XML content to be parsed into JSON
* @param opts Options that govern the parsing of given xml string
* @param str - String containing the XML content to be parsed into JSON
* @param opts - Options that govern the parsing of given xml string
* `includeRoot` indicates whether the root element is to be included or not in the output

@@ -93,0 +93,0 @@ */

{
"name": "@azure/core-xml",
"version": "1.0.0-alpha.20210205.2",
"version": "1.0.0-alpha.20210209.1",
"description": "Core library for interacting with XML payloads",

@@ -5,0 +5,0 @@ "sdk-type": "client",

/**
* Converts given XML string into JSON
* @param str String containing the XML content to be parsed into JSON
* @param opts Options that govern the parsing of given xml string
* @param str - String containing the XML content to be parsed into JSON
* @param opts - Options that govern the parsing of given xml string
* `includeRoot` indicates whether the root element is to be included or not in the output

@@ -10,4 +10,4 @@ */

* Converts given JSON object to XML string
* @param obj JSON object to be converted into XML string
* @param opts Options that govern the XML building of given JSON object
* @param obj - JSON object to be converted into XML string
* @param opts - Options that govern the XML building of given JSON object
* `rootName` indicates the name of the root element in the resulting XML

@@ -14,0 +14,0 @@ */

/**
* Converts given XML string into JSON
* @param str String containing the XML content to be parsed into JSON
* @param opts Options that govern the parsing of given xml string
* @param str - String containing the XML content to be parsed into JSON
* @param opts - Options that govern the parsing of given xml string
* `includeRoot` indicates whether the root element is to be included or not in the output

@@ -12,4 +12,4 @@ */

* Converts given JSON object to XML string
* @param obj JSON object to be converted into XML string
* @param opts Options that govern the XML building of given JSON object
* @param obj - JSON object to be converted into XML string
* @param opts - Options that govern the XML building of given JSON object
* `rootName` indicates the name of the root element in the resulting XML

@@ -16,0 +16,0 @@ */

Sorry, the diff of this file is not supported yet

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