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.1 to 2.3.2

2

dist-cjs/middleware.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SMITHY_CONTEXT_KEY = void 0;
exports.SMITHY_CONTEXT_KEY = "__smithy_context";

2

dist-es/middleware.js

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

export {};
export const SMITHY_CONTEXT_KEY = "__smithy_context";

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

/**
* @internal
*/
export declare const SMITHY_CONTEXT_KEY = "__smithy_context";
/**
* @public

@@ -438,2 +442,10 @@ *

/**
* Name of the service the operation is being sent to.
*/
clientName?: string;
/**
* Name of the operation being executed.
*/
commandName?: string;
/**
* Additional user agent that inferred by middleware. It can be used to save

@@ -465,2 +477,7 @@ * the internal user agent sections without overriding the `customUserAgent`

}>;
/**
* @internal
* Context for Smithy properties
*/
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
[key: string]: any;

@@ -467,0 +484,0 @@ }

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

/**
* @internal
*/
export declare const SMITHY_CONTEXT_KEY = "__smithy_context";
/**
* @public

@@ -438,2 +442,10 @@ *

/**
* Name of the service the operation is being sent to.
*/
clientName?: string;
/**
* Name of the operation being executed.
*/
commandName?: string;
/**
* Additional user agent that inferred by middleware. It can be used to save

@@ -465,2 +477,7 @@ * the internal user agent sections without overriding the `customUserAgent`

}>;
/**
* @internal
* Context for Smithy properties
*/
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
[key: string]: any;

@@ -467,0 +484,0 @@ }

{
"name": "@smithy/types",
"version": "2.3.1",
"version": "2.3.2",
"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