@azure/core-xml
Advanced tools
Comparing version 1.0.0-alpha.20210317.1 to 1.0.0-alpha.20210326.1
@@ -36,4 +36,5 @@ // Copyright (c) Microsoft Corporation. | ||
try { | ||
errorNS = (_a = parser.parseFromString("INVALID", "text/xml").getElementsByTagName("parsererror")[0] | ||
.namespaceURI) !== null && _a !== void 0 ? _a : ""; | ||
errorNS = | ||
(_a = parser.parseFromString("INVALID", "text/xml").getElementsByTagName("parsererror")[0] | ||
.namespaceURI) !== null && _a !== void 0 ? _a : ""; | ||
} | ||
@@ -40,0 +41,0 @@ catch (ignored) { |
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.0.0-alpha.20210317.1", | ||
"version": "1.0.0-alpha.20210326.1", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -49,3 +49,3 @@ "sdk-type": "client", | ||
"unit-test:browser": "karma start --single-run", | ||
"unit-test:node": "mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js", | ||
"unit-test:node": "mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js \"dist-test/index.node.js\"", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
@@ -120,3 +120,3 @@ "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src" | ||
"sinon": "^9.0.2", | ||
"typescript": "4.1.2", | ||
"typescript": "~4.2.0", | ||
"util": "^0.12.1", | ||
@@ -123,0 +123,0 @@ "typedoc": "0.15.2" |
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
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
49541
477