@aws-sdk/protocol-http
Advanced tools
Comparing version 3.55.0 to 3.58.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28) | ||
**Note:** Version bump only for package @aws-sdk/protocol-http | ||
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) | ||
@@ -8,0 +16,0 @@ |
@@ -13,3 +13,3 @@ "use strict"; | ||
this.protocol = options.protocol | ||
? options.protocol.substr(-1) !== ":" | ||
? options.protocol.slice(-1) !== ":" | ||
? `${options.protocol}:` | ||
@@ -16,0 +16,0 @@ : options.protocol |
@@ -11,3 +11,3 @@ import { __assign, __read, __spreadArray } from "tslib"; | ||
this.protocol = options.protocol | ||
? options.protocol.substr(-1) !== ":" | ||
? options.protocol.slice(-1) !== ":" | ||
? "".concat(options.protocol, ":") | ||
@@ -14,0 +14,0 @@ : options.protocol |
{ | ||
"name": "@aws-sdk/protocol-http", | ||
"version": "3.55.0", | ||
"version": "3.58.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
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
57474