🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@smithy/node-http-handler

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/node-http-handler - npm Package Compare versions

Comparing version
4.7.0
to
4.7.1
+4
-2
dist-types/node-http-handler.d.ts

@@ -7,9 +7,11 @@ import type { Agent as hAgentType } from "node:http";

/**
* A default of 0 means no timeout.
*
* @public
* A default of 0 means no timeout.
*/
export declare const DEFAULT_REQUEST_TIMEOUT = 0;
/**
* A request handler that uses the Node.js http and https modules.
*
* @public
* A request handler that uses the Node.js http and https modules.
*/

@@ -16,0 +18,0 @@ export declare class NodeHttpHandler implements HttpHandler<NodeHttpHandlerOptions> {

import type { StreamCollector } from "@smithy/types";
/**
* Converts a stream to a byte array.
*
* @internal
* Converts a stream to a byte array.
*/
export declare const streamCollector: StreamCollector;
/**
* For test spies.
*
* @internal
* For test spies.
*/

@@ -5,0 +6,0 @@ export declare const timing: {

{
"name": "@smithy/node-http-handler",
"version": "4.7.0",
"version": "4.7.1",
"description": "Provides a way to make requests",

@@ -29,3 +29,3 @@ "scripts": {

"dependencies": {
"@smithy/core": "^3.24.0",
"@smithy/core": "^3.24.1",
"@smithy/types": "^4.14.1",

@@ -32,0 +32,0 @@ "tslib": "^2.6.2"