Socket
Socket
Sign inDemoInstall

@aws-sdk/util-create-request

Package Overview
Dependencies
Maintainers
5
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-create-request - npm Package Compare versions

Comparing version 3.234.0 to 3.347.0

4

dist-types/foo.fixture.d.ts

@@ -7,3 +7,3 @@ import { HttpRequest } from "@aws-sdk/protocol-http";

}
export declare type InputTypesUnion = OperationInput;
export type InputTypesUnion = OperationInput;
export interface OperationOutput extends MetadataBearer {

@@ -13,5 +13,5 @@ Data: string;

}
export declare type OutputTypesUnion = OperationOutput;
export type OutputTypesUnion = OperationOutput;
export declare const fooClient: Client<any, InputTypesUnion, OutputTypesUnion, any>;
export declare const operationCommand: Command<InputTypesUnion, OutputTypesUnion, any, OperationInput, MetadataBearer>;
export declare const httpRequest: HttpRequest;

@@ -7,3 +7,3 @@ import { HttpRequest } from "@aws-sdk/protocol-http";

}
export declare type InputTypesUnion = OperationInput;
export type InputTypesUnion = OperationInput;
export interface OperationOutput extends MetadataBearer {

@@ -13,3 +13,3 @@ Data: string;

}
export declare type OutputTypesUnion = OperationOutput;
export type OutputTypesUnion = OperationOutput;
export declare const fooClient: Client<

@@ -16,0 +16,0 @@ any,

{
"name": "@aws-sdk/util-create-request",
"version": "3.234.0",
"version": "3.347.0",
"scripts": {

@@ -12,2 +12,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"extract:docs": "api-extractor run --local",
"test": "jest"

@@ -24,9 +25,9 @@ },

"dependencies": {
"@aws-sdk/middleware-stack": "3.226.0",
"@aws-sdk/smithy-client": "3.234.0",
"@aws-sdk/types": "3.226.0",
"tslib": "^2.3.1"
"@aws-sdk/middleware-stack": "3.347.0",
"@aws-sdk/smithy-client": "3.347.0",
"@aws-sdk/types": "3.347.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/protocol-http": "3.226.0",
"@aws-sdk/protocol-http": "3.347.0",
"@tsconfig/recommended": "1.0.1",

@@ -37,4 +38,4 @@ "@types/node": "^14.14.31",

"rimraf": "3.0.2",
"typedoc": "0.19.2",
"typescript": "~4.6.2"
"typedoc": "0.23.23",
"typescript": "~4.9.5"
},

@@ -52,3 +53,3 @@ "engines": {

"files": [
"dist-*"
"dist-*/**"
],

@@ -60,3 +61,6 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-create-request",

"directory": "packages/util-create-request"
},
"typedoc": {
"entryPoint": "src/index.ts"
}
}
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