Socket
Socket
Sign inDemoInstall

@smithy/smithy-client

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/smithy-client - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

76

dist-cjs/index.js

@@ -1197,61 +1197,61 @@ var __defProp = Object.defineProperty;

0 && (module.exports = {
NoOpLogger,
Client,
collectBody,
Command,
LazyJsonString,
NoOpLogger,
SENSITIVE_STRING,
createAggregatedClient,
dateToUtcString,
parseRfc3339DateTime,
parseRfc3339DateTimeWithOffset,
parseRfc7231DateTime,
parseEpochTimestamp,
throwDefaultError,
withBaseException,
loadConfigsForDefaultMode,
emitWarningIfUnsupportedVersion,
getDefaultExtensionConfiguration,
getDefaultClientConfiguration,
resolveDefaultRuntimeConfig,
ServiceException,
decorateServiceException,
extendedEncodeURIComponent,
getArrayIfSingleItem,
getValueFromTextNode,
StringWrapper,
_json,
collectBody,
LazyJsonString,
map,
convertMap,
createAggregatedClient,
dateToUtcString,
decorateServiceException,
emitWarningIfUnsupportedVersion,
take,
parseBoolean,
expectBoolean,
expectByte,
expectNumber,
expectFloat32,
expectLong,
expectInt,
expectInt32,
expectLong,
expectShort,
expectByte,
expectNonNull,
expectNumber,
expectObject,
expectShort,
expectString,
expectUnion,
extendedEncodeURIComponent,
getArrayIfSingleItem,
getDefaultClientConfiguration,
getDefaultExtensionConfiguration,
getValueFromTextNode,
strictParseDouble,
strictParseFloat,
strictParseFloat32,
limitedParseDouble,
handleFloat,
limitedParseDouble,
limitedParseFloat,
limitedParseFloat32,
loadConfigsForDefaultMode,
strictParseLong,
strictParseInt,
strictParseInt32,
strictParseShort,
strictParseByte,
logger,
map,
parseBoolean,
parseEpochTimestamp,
parseRfc3339DateTime,
parseRfc3339DateTimeWithOffset,
parseRfc7231DateTime,
resolveDefaultRuntimeConfig,
resolvedPath,
serializeFloat,
splitEvery,
strictParseByte,
strictParseDouble,
strictParseFloat,
strictParseFloat32,
strictParseInt,
strictParseInt32,
strictParseLong,
strictParseShort,
take,
throwDefaultError,
withBaseException
_json,
splitEvery
});

@@ -1,2 +0,2 @@

import { Client as IClient, Command, MetadataBearer, MiddlewareStack, RequestHandler } from "@smithy/types";
import { Client as IClient, Command, FetchHttpHandlerOptions, MetadataBearer, MiddlewareStack, NodeHttpHandlerOptions, RequestHandler } from "@smithy/types";
/**

@@ -6,3 +6,3 @@ * @public

export interface SmithyConfiguration<HandlerOptions> {
requestHandler: RequestHandler<any, any, HandlerOptions>;
requestHandler: RequestHandler<any, any, HandlerOptions> | NodeHttpHandlerOptions | FetchHttpHandlerOptions | Record<string, unknown>;
/**

@@ -18,3 +18,6 @@ * The API version set internally by the SDK, and is

*/
export type SmithyResolvedConfiguration<HandlerOptions> = SmithyConfiguration<HandlerOptions>;
export type SmithyResolvedConfiguration<HandlerOptions> = {
requestHandler: RequestHandler<any, any, HandlerOptions>;
readonly apiVersion: string;
};
/**

@@ -21,0 +24,0 @@ * @public

@@ -1,2 +0,2 @@

import { Client as IClient, Command, MetadataBearer, MiddlewareStack, RequestHandler } from "@smithy/types";
import { Client as IClient, Command, FetchHttpHandlerOptions, MetadataBearer, MiddlewareStack, NodeHttpHandlerOptions, RequestHandler } from "@smithy/types";
/**

@@ -6,3 +6,3 @@ * @public

export interface SmithyConfiguration<HandlerOptions> {
requestHandler: RequestHandler<any, any, HandlerOptions>;
requestHandler: RequestHandler<any, any, HandlerOptions> | NodeHttpHandlerOptions | FetchHttpHandlerOptions | Record<string, unknown>;
/**

@@ -18,3 +18,6 @@ * The API version set internally by the SDK, and is

*/
export type SmithyResolvedConfiguration<HandlerOptions> = SmithyConfiguration<HandlerOptions>;
export type SmithyResolvedConfiguration<HandlerOptions> = {
requestHandler: RequestHandler<any, any, HandlerOptions>;
readonly apiVersion: string;
};
/**

@@ -21,0 +24,0 @@ * @public

{
"name": "@smithy/smithy-client",
"version": "2.3.1",
"version": "2.4.0",
"scripts": {

@@ -26,7 +26,7 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"dependencies": {
"@smithy/middleware-endpoint": "^2.4.1",
"@smithy/middleware-stack": "^2.1.1",
"@smithy/protocol-http": "^3.1.1",
"@smithy/types": "^2.9.1",
"@smithy/util-stream": "^2.1.1",
"@smithy/middleware-endpoint": "^2.4.2",
"@smithy/middleware-stack": "^2.1.2",
"@smithy/protocol-http": "^3.2.0",
"@smithy/types": "^2.10.0",
"@smithy/util-stream": "^2.1.2",
"tslib": "^2.5.0"

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