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.3.2 to 2.3.3

11

dist-types/middleware.d.ts

@@ -413,2 +413,13 @@ import { AuthScheme, HttpAuthDefinition } from "./auth";

/**
* @internal
*
* When an operation is called using this stack,
* it will log its list of middleware to the console using
* the identify function.
*
* @param toggle - set whether to log on resolve.
* If no argument given, returns the current value.
*/
identifyOnResolve(toggle?: boolean): boolean;
/**
* Builds a single handler function from zero or more middleware classes and

@@ -415,0 +426,0 @@ * a core handler. The core handler is meant to send command objects to AWS

@@ -413,2 +413,13 @@ import { AuthScheme, HttpAuthDefinition } from "./auth";

/**
* @internal
*
* When an operation is called using this stack,
* it will log its list of middleware to the console using
* the identify function.
*
* @param toggle - set whether to log on resolve.
* If no argument given, returns the current value.
*/
identifyOnResolve(toggle?: boolean): boolean;
/**
* Builds a single handler function from zero or more middleware classes and

@@ -415,0 +426,0 @@ * a core handler. The core handler is meant to send command objects to AWS

2

package.json
{
"name": "@smithy/types",
"version": "2.3.2",
"version": "2.3.3",
"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