Socket
Socket
Sign inDemoInstall

@smithy/types

Package Overview
Dependencies
Maintainers
2
Versions
35
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.7.0 to 2.8.0

4

dist-types/identity/awsCredentialIdentity.d.ts

@@ -19,2 +19,6 @@ import { Identity, IdentityProvider } from "./identity";

readonly sessionToken?: string;
/**
* AWS credential scope for this set of credentials.
*/
readonly credentialScope?: string;
}

@@ -21,0 +25,0 @@ /**

@@ -19,2 +19,6 @@ import { Identity, IdentityProvider } from "./identity";

readonly sessionToken?: string;
/**
* AWS credential scope for this set of credentials.
*/
readonly credentialScope?: string;
}

@@ -21,0 +25,0 @@ /**

2

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