Socket
Socket
Sign inDemoInstall

aws-sdk-v3-proxy

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-v3-proxy - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

lib/src/add-proxy.js

@@ -15,3 +15,3 @@ "use strict";

exports.addProxyToClient = exports.getHttpsProxy = exports.getHttpProxy = void 0;
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
const node_http_handler_1 = require("@smithy/node-http-handler");
const hpagent_1 = require("hpagent");

@@ -18,0 +18,0 @@ const getHttpProxy = () => process.env.http_proxy || process.env.HTTP_PROXY || '';

@@ -1,7 +0,7 @@

import type { NodeHttpHandlerOptions } from '@aws-sdk/node-http-handler';
import type { HttpHandler } from '@aws-sdk/protocol-http';
import { HttpHandlerOptions, RequestHandler } from '@aws-sdk/types';
import type { NodeHttpHandlerOptions } from '@smithy/node-http-handler';
import type { HttpsProxyAgentOptions } from 'hpagent';
declare type ConfigWithRequestHandler = {
config: {
requestHandler: HttpHandler;
requestHandler: RequestHandler<any, any, HttpHandlerOptions>;
};

@@ -8,0 +8,0 @@ };

@@ -28,5 +28,5 @@ "use strict";

const hpagent = __importStar(require("hpagent"));
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
const node_http_handler_1 = require("@smithy/node-http-handler");
const src_1 = require("../src");
jest.mock('@aws-sdk/node-http-handler');
jest.mock('@smithy/node-http-handler');
jest.mock('hpagent');

@@ -33,0 +33,0 @@ const MockNodeHttpHandler = jest.mocked(node_http_handler_1.NodeHttpHandler);

{
"name": "aws-sdk-v3-proxy",
"version": "2.1.3",
"version": "2.1.4",
"description": "A wrapper for adding proxy support to AWS SDK v3 clients",

@@ -44,4 +44,4 @@ "main": "./lib/src/index.js",

"dependencies": {
"@aws-sdk/node-http-handler": "^3.53.0",
"@aws-sdk/protocol-http": "^3.296.0",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"hpagent": "^1.2.0"

@@ -48,0 +48,0 @@ },

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