@smithy/node-http-handler
Advanced tools
@@ -234,3 +234,3 @@ 'use strict'; | ||
| resolveDefaultConfig(options) { | ||
| const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent, throwOnRequestTimeout, } = options || {}; | ||
| const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent, throwOnRequestTimeout, logger, } = options || {}; | ||
| const keepAlive = true; | ||
@@ -258,3 +258,3 @@ const maxSockets = 50; | ||
| })(), | ||
| logger: console, | ||
| logger, | ||
| }; | ||
@@ -261,0 +261,0 @@ } |
@@ -64,3 +64,3 @@ import { HttpResponse } from "@smithy/protocol-http"; | ||
| resolveDefaultConfig(options) { | ||
| const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent, throwOnRequestTimeout, } = options || {}; | ||
| const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent, throwOnRequestTimeout, logger, } = options || {}; | ||
| const keepAlive = true; | ||
@@ -88,3 +88,3 @@ const maxSockets = 50; | ||
| })(), | ||
| logger: console, | ||
| logger, | ||
| }; | ||
@@ -91,0 +91,0 @@ } |
+5
-5
| { | ||
| "name": "@smithy/node-http-handler", | ||
| "version": "4.4.8", | ||
| "version": "4.4.9", | ||
| "description": "Provides a way to make requests", | ||
@@ -10,5 +10,5 @@ "scripts": { | ||
| "build:types": "yarn g:tsc -p tsconfig.types.json", | ||
| "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4", | ||
| "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz", | ||
| "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0", | ||
| "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4", | ||
| "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz", | ||
| "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo", | ||
| "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"", | ||
@@ -41,3 +41,3 @@ "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "downlevel-dts": "0.10.1", | ||
| "rimraf": "5.0.10", | ||
| "premove": "4.0.0", | ||
| "typedoc": "0.23.23" | ||
@@ -44,0 +44,0 @@ }, |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
97297
0.06%