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

@aws-sdk/protocol-http

Package Overview
Dependencies
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/protocol-http - npm Package Compare versions

Comparing version 3.55.0 to 3.58.0

8

CHANGELOG.md

@@ -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 @@

2

dist-cjs/httpRequest.js

@@ -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'",

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