@azure/cosmos
Advanced tools
Comparing version 4.1.2-alpha.20241008.1 to 4.1.2-alpha.20241009.2
@@ -62,3 +62,4 @@ // Copyright (c) Microsoft Corporation. | ||
const parsedUrl = new URL(url); | ||
pipelineRequest.agent = parsedUrl.protocol === "http" ? defaultHttpAgent : defaultHttpsAgent; | ||
pipelineRequest.agent = parsedUrl.protocol === "http:" ? defaultHttpAgent : defaultHttpsAgent; | ||
pipelineRequest.allowInsecureConnection = parsedUrl.protocol === "http:"; | ||
} | ||
@@ -65,0 +66,0 @@ const startTimeUTCInMs = getCurrentTimestampInMs(); |
{ | ||
"name": "@azure/cosmos", | ||
"version": "4.1.2-alpha.20241008.1", | ||
"version": "4.1.2-alpha.20241009.2", | ||
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API", | ||
@@ -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
Sorry, the diff of this file is too big to display
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
4009139
36798