Socket
Socket
Sign inDemoInstall

aws4-axios

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws4-axios - npm Package Compare versions

Comparing version 3.3.5 to 3.3.6

2

dist/credentials/assumeRoleCredentialsProvider.test.d.ts
/// <reference types="jest" />
import { MetadataBearer } from "@aws-sdk/types";
import { Client, Command, SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
import { Client, Command, SmithyResolvedConfiguration } from "@smithy/smithy-client";
export declare const mockSend: <HandlerOptions, ClientInput extends object, ClientOutput extends MetadataBearer, ResolvedClientConfiguration extends SmithyResolvedConfiguration<HandlerOptions>, InputType extends ClientInput, OutputType extends ClientOutput>(client: new (config: never) => Client<HandlerOptions, ClientInput, ClientOutput, ResolvedClientConfiguration>) => jest.Mock<unknown, [
Command<InputType, OutputType, ResolvedClientConfiguration>
]>;
{
"name": "aws4-axios",
"version": "3.3.5",
"version": "3.3.6",
"description": "Axios request interceptor for signing requests with AWSv4",

@@ -41,2 +41,3 @@ "author": "James Bourne",

"@aws-sdk/client-sts": "^3.4.1",
"@smithy/smithy-client": "^3.1.1",
"@types/aws4": "^1.11.2",

@@ -43,0 +44,0 @@ "@types/jest": "^29.0.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