@smithy/fetch-http-handler
Advanced tools
@@ -21,4 +21,4 @@ var __defProp = Object.defineProperty; | ||
| // src/index.ts | ||
| var src_exports = {}; | ||
| __export(src_exports, { | ||
| var index_exports = {}; | ||
| __export(index_exports, { | ||
| FetchHttpHandler: () => FetchHttpHandler, | ||
@@ -28,3 +28,3 @@ keepAliveSupport: () => keepAliveSupport, | ||
| }); | ||
| module.exports = __toCommonJS(src_exports); | ||
| module.exports = __toCommonJS(index_exports); | ||
@@ -31,0 +31,0 @@ // src/fetch-http-handler.ts |
@@ -1,2 +0,2 @@ | ||
| import { AdditionalRequestParameters } from "./fetch-http-handler"; | ||
| import type { AdditionalRequestParameters } from "./fetch-http-handler"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @internal |
@@ -1,4 +0,5 @@ | ||
| import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; | ||
| import type { HttpHandler, HttpRequest } from "@smithy/protocol-http"; | ||
| import { HttpResponse } from "@smithy/protocol-http"; | ||
| import type { FetchHttpHandlerOptions } from "@smithy/types"; | ||
| import { HttpHandlerOptions, Provider } from "@smithy/types"; | ||
| import type { HttpHandlerOptions, Provider } from "@smithy/types"; | ||
| /** | ||
@@ -5,0 +6,0 @@ * @public |
@@ -1,2 +0,2 @@ | ||
| import { StreamCollector } from "@smithy/types"; | ||
| import type { StreamCollector } from "@smithy/types"; | ||
| export declare const streamCollector: StreamCollector; |
@@ -1,2 +0,3 @@ | ||
| import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; | ||
| import { HttpHandler, HttpRequest } from "@smithy/protocol-http"; | ||
| import { HttpResponse } from "@smithy/protocol-http"; | ||
| import { FetchHttpHandlerOptions } from "@smithy/types"; | ||
@@ -3,0 +4,0 @@ import { HttpHandlerOptions, Provider } from "@smithy/types"; |
+9
-8
| { | ||
| "name": "@smithy/fetch-http-handler", | ||
| "version": "5.1.1", | ||
| "version": "5.2.0", | ||
| "description": "Provides a way to make requests", | ||
@@ -18,4 +18,4 @@ "scripts": { | ||
| "test:watch": "yarn g:vitest watch", | ||
| "test:browser": "yarn g:vitest run -c vitest.config.browser.ts", | ||
| "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.ts" | ||
| "test:browser": "yarn g:vitest run -c vitest.config.browser.mts", | ||
| "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.mts" | ||
| }, | ||
@@ -27,2 +27,3 @@ "author": { | ||
| "license": "Apache-2.0", | ||
| "sideEffects": false, | ||
| "main": "./dist-cjs/index.js", | ||
@@ -32,10 +33,10 @@ "module": "./dist-es/index.js", | ||
| "dependencies": { | ||
| "@smithy/protocol-http": "^5.1.3", | ||
| "@smithy/querystring-builder": "^4.0.5", | ||
| "@smithy/types": "^4.3.2", | ||
| "@smithy/util-base64": "^4.0.0", | ||
| "@smithy/protocol-http": "^5.2.0", | ||
| "@smithy/querystring-builder": "^4.1.0", | ||
| "@smithy/types": "^4.4.0", | ||
| "@smithy/util-base64": "^4.1.0", | ||
| "tslib": "^2.6.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@smithy/abort-controller": "^4.0.5", | ||
| "@smithy/abort-controller": "^4.1.0", | ||
| "concurrently": "7.0.0", | ||
@@ -42,0 +43,0 @@ "downlevel-dts": "0.10.1", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
35457
0.38%570
0.35%Updated
Updated
Updated