Socket
Socket
Sign inDemoInstall

@aws-sdk/smithy-client

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/smithy-client - npm Package Compare versions

Comparing version 3.99.0 to 3.109.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
**Note:** Version bump only for package @aws-sdk/smithy-client
# [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25)

@@ -8,0 +16,0 @@

4

dist-types/exceptions.d.ts

@@ -29,4 +29,2 @@ import { HttpResponse, MetadataBearer, ResponseMetadata, RetryableTrait, SmithyException } from "@aws-sdk/types";

*/
export declare const decorateServiceException: <E extends ServiceException>(exception: E, additions?: {
[key: string]: any;
}) => E;
export declare const decorateServiceException: <E extends ServiceException>(exception: E, additions?: Record<string, any>) => E;

@@ -77,5 +77,3 @@ /**

*/
export declare const expectObject: (value: any) => {
[key: string]: any;
} | undefined;
export declare const expectObject: (value: any) => Record<string, any> | undefined;
/**

@@ -98,5 +96,3 @@ * Asserts a value is a string and returns it.

*/
export declare const expectUnion: (value: unknown) => {
[key: string]: any;
} | undefined;
export declare const expectUnion: (value: unknown) => Record<string, any> | undefined;
/**

@@ -103,0 +99,0 @@ * Parses a value into a double. If the value is null or undefined, undefined

@@ -16,4 +16,2 @@ import { HttpResponse, MetadataBearer, ResponseMetadata, RetryableTrait, SmithyException } from "@aws-sdk/types";

export declare const decorateServiceException: <E extends ServiceException>(exception: E, additions?: {
[key: string]: any;
}) => E;
export declare const decorateServiceException: <E extends ServiceException>(exception: E, additions?: Record<string, any>) => E;

@@ -21,11 +21,7 @@

export declare const expectObject: (value: any) => {
[key: string]: any;
} | undefined;
export declare const expectObject: (value: any) => Record<string, any> | undefined;
export declare const expectString: (value: any) => string | undefined;
export declare const expectUnion: (value: unknown) => {
[key: string]: any;
} | undefined;
export declare const expectUnion: (value: unknown) => Record<string, any> | undefined;

@@ -32,0 +28,0 @@ export declare const strictParseDouble: (value: string | number) => number | undefined;

{
"name": "@aws-sdk/smithy-client",
"version": "3.99.0",
"version": "3.109.0",
"scripts": {

@@ -22,4 +22,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/middleware-stack": "3.78.0",
"@aws-sdk/types": "3.78.0",
"@aws-sdk/middleware-stack": "3.109.0",
"@aws-sdk/types": "3.109.0",
"tslib": "^2.3.1"

@@ -26,0 +26,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