Socket
Socket
Sign inDemoInstall

@smithy/types

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/types - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

dist-cjs/extensions/retry.js

3

dist-types/extensions/defaultExtensionConfiguration.d.ts
import { ChecksumConfiguration } from "./checksum";
import { RetryStrategyConfiguration } from "./retry";
/**

@@ -7,3 +8,3 @@ * @internal

*/
export interface DefaultExtensionConfiguration extends ChecksumConfiguration {
export interface DefaultExtensionConfiguration extends ChecksumConfiguration, RetryStrategyConfiguration {
}
export * from "./defaultClientConfiguration";
export * from "./defaultExtensionConfiguration";
export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration } from "./checksum";
export { RetryStrategyConfiguration } from "./retry";
import { ChecksumConfiguration } from "./checksum";
import { RetryStrategyConfiguration } from "./retry";
/**

@@ -7,3 +8,3 @@ * @internal

*/
export interface DefaultExtensionConfiguration extends ChecksumConfiguration {
export interface DefaultExtensionConfiguration extends ChecksumConfiguration, RetryStrategyConfiguration {
}
export * from "./defaultClientConfiguration";
export * from "./defaultExtensionConfiguration";
export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration } from "./checksum";
export { RetryStrategyConfiguration } from "./retry";
{
"name": "@smithy/types",
"version": "2.2.2",
"version": "2.3.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

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