Socket
Socket
Sign inDemoInstall

@aws-sdk/node-http-handler

Package Overview
Dependencies
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/node-http-handler - npm Package Compare versions

Comparing version 3.292.0 to 3.295.0

1

dist-types/node-http-handler.d.ts
/// <reference types="node" />
/// <reference types="node" />
import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http";

@@ -3,0 +4,0 @@ import { HttpHandlerOptions, Provider } from "@aws-sdk/types";

/// <reference types="node" />
/// <reference types="node" />
import { Readable, ReadableOptions } from "stream";

@@ -3,0 +4,0 @@ export interface ReadFromBuffersOptions extends ReadableOptions {

/// <reference types="node" />
/// <reference types="node" />
import { Writable } from "stream";

@@ -3,0 +4,0 @@ export declare class Collector extends Writable {

/// <reference types="node" />
/// <reference types="node" />
import { Readable, ReadableOptions } from "stream";

@@ -3,0 +4,0 @@ export interface ReadFromBuffersOptions extends ReadableOptions {

/// <reference types="node" />
/// <reference types="node" />
import { HttpRequest } from "@aws-sdk/types";

@@ -3,0 +4,0 @@ import { ClientRequest } from "http";

14

package.json
{
"name": "@aws-sdk/node-http-handler",
"version": "3.292.0",
"version": "3.295.0",
"description": "Provides a way to make requests",

@@ -25,7 +25,7 @@ "scripts": {

"dependencies": {
"@aws-sdk/abort-controller": "3.292.0",
"@aws-sdk/protocol-http": "3.292.0",
"@aws-sdk/querystring-builder": "3.292.0",
"@aws-sdk/types": "3.292.0",
"tslib": "^2.3.1"
"@aws-sdk/abort-controller": "3.295.0",
"@aws-sdk/protocol-http": "3.295.0",
"@aws-sdk/querystring-builder": "3.295.0",
"@aws-sdk/types": "3.295.0",
"tslib": "^2.5.0"
},

@@ -39,3 +39,3 @@ "devDependencies": {

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -42,0 +42,0 @@ "engines": {

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