Socket
Socket
Sign inDemoInstall

@aws-sdk/client-sso

Package Overview
Dependencies
Maintainers
5
Versions
355
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.529.1 to 3.533.0

4

dist-types/runtimeConfig.browser.d.ts

@@ -22,5 +22,5 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -27,0 +27,0 @@ serviceId: string;

@@ -22,5 +22,5 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -27,0 +27,0 @@ serviceId: string;

@@ -14,5 +14,5 @@ import { SSOClientConfig } from "./SSOClient";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -19,0 +19,0 @@ serviceId: string;

@@ -11,3 +11,3 @@ import { AwsSdkSigV4Signer } from "@aws-sdk/core";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -32,3 +32,3 @@ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {

utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
};

@@ -25,5 +25,5 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -30,0 +30,0 @@ serviceId: string;

@@ -25,5 +25,5 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -30,0 +30,0 @@ serviceId: string;

@@ -16,5 +16,5 @@ import { SSOClientConfig } from "./SSOClient";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -21,0 +21,0 @@ serviceId: string;

@@ -8,3 +8,3 @@ import { AwsSdkSigV4Signer } from "@aws-sdk/core";

base64Decoder: import("@smithy/types").Decoder;
base64Encoder: import("@smithy/types").Encoder;
base64Encoder: (_input: string | Uint8Array) => string;
disableHostPrefix: boolean;

@@ -49,3 +49,3 @@ endpointProvider: (

utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: import("@smithy/types").Encoder;
utf8Encoder: (input: string | Uint8Array) => string;
};
{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.529.1",
"version": "3.533.0",
"scripts": {

@@ -23,37 +23,37 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/core": "3.529.1",
"@aws-sdk/middleware-host-header": "3.523.0",
"@aws-sdk/middleware-logger": "3.523.0",
"@aws-sdk/middleware-recursion-detection": "3.523.0",
"@aws-sdk/middleware-user-agent": "3.525.0",
"@aws-sdk/region-config-resolver": "3.525.0",
"@aws-sdk/types": "3.523.0",
"@aws-sdk/util-endpoints": "3.525.0",
"@aws-sdk/util-user-agent-browser": "3.523.0",
"@aws-sdk/util-user-agent-node": "3.525.0",
"@smithy/config-resolver": "^2.1.4",
"@smithy/core": "^1.3.5",
"@smithy/fetch-http-handler": "^2.4.3",
"@smithy/hash-node": "^2.1.3",
"@smithy/invalid-dependency": "^2.1.3",
"@smithy/middleware-content-length": "^2.1.3",
"@smithy/middleware-endpoint": "^2.4.4",
"@smithy/middleware-retry": "^2.1.4",
"@smithy/middleware-serde": "^2.1.3",
"@smithy/middleware-stack": "^2.1.3",
"@smithy/node-config-provider": "^2.2.4",
"@smithy/node-http-handler": "^2.4.1",
"@smithy/protocol-http": "^3.2.1",
"@smithy/smithy-client": "^2.4.2",
"@smithy/types": "^2.10.1",
"@smithy/url-parser": "^2.1.3",
"@smithy/util-base64": "^2.1.1",
"@aws-sdk/core": "3.533.0",
"@aws-sdk/middleware-host-header": "3.533.0",
"@aws-sdk/middleware-logger": "3.533.0",
"@aws-sdk/middleware-recursion-detection": "3.533.0",
"@aws-sdk/middleware-user-agent": "3.533.0",
"@aws-sdk/region-config-resolver": "3.533.0",
"@aws-sdk/types": "3.533.0",
"@aws-sdk/util-endpoints": "3.533.0",
"@aws-sdk/util-user-agent-browser": "3.533.0",
"@aws-sdk/util-user-agent-node": "3.533.0",
"@smithy/config-resolver": "^2.1.5",
"@smithy/core": "^1.3.8",
"@smithy/fetch-http-handler": "^2.4.5",
"@smithy/hash-node": "^2.1.4",
"@smithy/invalid-dependency": "^2.1.4",
"@smithy/middleware-content-length": "^2.1.4",
"@smithy/middleware-endpoint": "^2.4.6",
"@smithy/middleware-retry": "^2.1.7",
"@smithy/middleware-serde": "^2.2.1",
"@smithy/middleware-stack": "^2.1.4",
"@smithy/node-config-provider": "^2.2.5",
"@smithy/node-http-handler": "^2.4.3",
"@smithy/protocol-http": "^3.2.2",
"@smithy/smithy-client": "^2.4.5",
"@smithy/types": "^2.11.0",
"@smithy/url-parser": "^2.1.4",
"@smithy/util-base64": "^2.2.1",
"@smithy/util-body-length-browser": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.1",
"@smithy/util-defaults-mode-browser": "^2.1.4",
"@smithy/util-defaults-mode-node": "^2.2.3",
"@smithy/util-endpoints": "^1.1.4",
"@smithy/util-middleware": "^2.1.3",
"@smithy/util-retry": "^2.1.3",
"@smithy/util-utf8": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.2",
"@smithy/util-defaults-mode-browser": "^2.1.7",
"@smithy/util-defaults-mode-node": "^2.2.7",
"@smithy/util-endpoints": "^1.1.5",
"@smithy/util-middleware": "^2.1.4",
"@smithy/util-retry": "^2.1.4",
"@smithy/util-utf8": "^2.2.0",
"tslib": "^2.5.0"

@@ -60,0 +60,0 @@ },

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