Socket
Socket
Sign inDemoInstall

@aws-sdk/client-sso

Package Overview
Dependencies
Maintainers
7
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-sso - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

12

dist/cjs/package.json
{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.15.0",
"version": "3.16.0",
"scripts": {

@@ -30,3 +30,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/config-resolver": "3.16.0",
"@aws-sdk/fetch-http-handler": "3.15.0",

@@ -36,8 +36,8 @@ "@aws-sdk/hash-node": "3.15.0",

"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-host-header": "3.16.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-retry": "3.16.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.16.0",
"@aws-sdk/node-config-provider": "3.15.0",

@@ -60,3 +60,3 @@ "@aws-sdk/node-http-handler": "3.15.0",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.15.0",
"@aws-sdk/client-documentation-generator": "3.16.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.15.0",
"version": "3.16.0",
"scripts": {

@@ -30,3 +30,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/config-resolver": "3.16.0",
"@aws-sdk/fetch-http-handler": "3.15.0",

@@ -36,8 +36,8 @@ "@aws-sdk/hash-node": "3.15.0",

"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-host-header": "3.16.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-retry": "3.16.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.16.0",
"@aws-sdk/node-config-provider": "3.15.0",

@@ -60,3 +60,3 @@ "@aws-sdk/node-http-handler": "3.15.0",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.15.0",
"@aws-sdk/client-documentation-generator": "3.16.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

@@ -22,2 +22,3 @@ import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";

* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
* @internal
*/

@@ -27,2 +28,3 @@ sha256?: __HashConstructor;

* The function that will be used to convert strings into HTTP endpoints.
* @internal
*/

@@ -32,2 +34,3 @@ urlParser?: __UrlParser;

* A function that can calculate the length of a request body.
* @internal
*/

@@ -37,22 +40,28 @@ bodyLengthChecker?: (body: any) => number | undefined;

* A function that converts a stream into an array of bytes.
* @internal
*/
streamCollector?: __StreamCollector;
/**
* The function that will be used to convert a base64-encoded string to a byte array
* The function that will be used to convert a base64-encoded string to a byte array.
* @internal
*/
base64Decoder?: __Decoder;
/**
* The function that will be used to convert binary data to a base64-encoded string
* The function that will be used to convert binary data to a base64-encoded string.
* @internal
*/
base64Encoder?: __Encoder;
/**
* The function that will be used to convert a UTF8-encoded string to a byte array
* The function that will be used to convert a UTF8-encoded string to a byte array.
* @internal
*/
utf8Decoder?: __Decoder;
/**
* The function that will be used to convert binary data to a UTF-8 encoded string
* The function that will be used to convert binary data to a UTF-8 encoded string.
* @internal
*/
utf8Encoder?: __Encoder;
/**
* The runtime environment
* The runtime environment.
* @internal
*/

@@ -84,2 +93,3 @@ runtime?: string;

* Fetch related hostname, signing name or signing region with given region.
* @internal
*/

@@ -86,0 +96,0 @@ regionInfoProvider?: RegionInfoProvider;

{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.15.0",
"version": "3.16.0",
"scripts": {

@@ -30,3 +30,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/config-resolver": "3.16.0",
"@aws-sdk/fetch-http-handler": "3.15.0",

@@ -36,8 +36,8 @@ "@aws-sdk/hash-node": "3.15.0",

"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-host-header": "3.16.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-retry": "3.16.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.16.0",
"@aws-sdk/node-config-provider": "3.15.0",

@@ -60,3 +60,3 @@ "@aws-sdk/node-http-handler": "3.15.0",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.15.0",
"@aws-sdk/client-documentation-generator": "3.16.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

@@ -70,2 +70,3 @@ import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";

* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
* @internal
*/

@@ -76,2 +77,3 @@ sha256?: __HashConstructor;

* The function that will be used to convert strings into HTTP endpoints.
* @internal
*/

@@ -82,2 +84,3 @@ urlParser?: __UrlParser;

* A function that can calculate the length of a request body.
* @internal
*/

@@ -88,2 +91,3 @@ bodyLengthChecker?: (body: any) => number | undefined;

* A function that converts a stream into an array of bytes.
* @internal
*/

@@ -93,3 +97,4 @@ streamCollector?: __StreamCollector;

/**
* The function that will be used to convert a base64-encoded string to a byte array
* The function that will be used to convert a base64-encoded string to a byte array.
* @internal
*/

@@ -99,3 +104,4 @@ base64Decoder?: __Decoder;

/**
* The function that will be used to convert binary data to a base64-encoded string
* The function that will be used to convert binary data to a base64-encoded string.
* @internal
*/

@@ -105,3 +111,4 @@ base64Encoder?: __Encoder;

/**
* The function that will be used to convert a UTF8-encoded string to a byte array
* The function that will be used to convert a UTF8-encoded string to a byte array.
* @internal
*/

@@ -111,3 +118,4 @@ utf8Decoder?: __Decoder;

/**
* The function that will be used to convert binary data to a UTF-8 encoded string
* The function that will be used to convert binary data to a UTF-8 encoded string.
* @internal
*/

@@ -117,3 +125,4 @@ utf8Encoder?: __Encoder;

/**
* The runtime environment
* The runtime environment.
* @internal
*/

@@ -151,2 +160,3 @@ runtime?: string;

* Fetch related hostname, signing name or signing region with given region.
* @internal
*/

@@ -153,0 +163,0 @@ regionInfoProvider?: RegionInfoProvider;

@@ -19,3 +19,3 @@ {

"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "./protocols/*.ts", "./e2e/*.ts", "./endpoints.ts"],
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
"excludeNotExported": true,

@@ -26,2 +26,3 @@ "excludePrivate": true,

"includeDeclarations": true,
"stripInternal": true,
"readme": "./README.md",

@@ -28,0 +29,0 @@ "mode": "file",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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