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 3.0.0 to 3.1.0

4

dist-types/identity/awsCredentialIdentity.d.ts

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

readonly credentialScope?: string;
/**
* AWS accountId.
*/
readonly accountId?: string;
}

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

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

readonly credentialScope?: string;
/**
* AWS accountId.
*/
readonly accountId?: string;
}

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

2

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