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.658.0 to 3.658.1

9

dist-cjs/index.js

@@ -310,3 +310,3 @@ "use strict";

const b = (0, import_core.requestBuilder)(input, context);
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
[_xasbt]: input[_aT]

@@ -325,3 +325,3 @@ });

const b = (0, import_core.requestBuilder)(input, context);
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
[_xasbt]: input[_aT]

@@ -341,3 +341,3 @@ });

const b = (0, import_core.requestBuilder)(input, context);
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
[_xasbt]: input[_aT]

@@ -356,3 +356,3 @@ });

const b = (0, import_core.requestBuilder)(input, context);
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
[_xasbt]: input[_aT]

@@ -506,3 +506,2 @@ });

}), "deserializeMetadata");
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
var _aI = "accountId";

@@ -509,0 +508,0 @@ var _aT = "accessToken";

import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
import { requestBuilder as rb } from "@smithy/core";
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from "@smithy/smithy-client";
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, isSerializableHeaderValue, map, take, withBaseException, } from "@smithy/smithy-client";
import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/models_0";

@@ -201,7 +201,2 @@ import { SSOServiceException as __BaseException } from "../models/SSOServiceException";

const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
const isSerializableHeaderValue = (value) => value !== undefined &&
value !== null &&
value !== "" &&
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
const _aI = "accountId";

@@ -208,0 +203,0 @@ const _aT = "accessToken";

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

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

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/core": "3.658.0",
"@aws-sdk/core": "3.658.1",
"@aws-sdk/middleware-host-header": "3.654.0",

@@ -35,4 +35,4 @@ "@aws-sdk/middleware-logger": "3.654.0",

"@smithy/config-resolver": "^3.0.8",
"@smithy/core": "^2.4.3",
"@smithy/fetch-http-handler": "^3.2.7",
"@smithy/core": "^2.4.6",
"@smithy/fetch-http-handler": "^3.2.8",
"@smithy/hash-node": "^3.0.6",

@@ -42,9 +42,9 @@ "@smithy/invalid-dependency": "^3.0.6",

"@smithy/middleware-endpoint": "^3.1.3",
"@smithy/middleware-retry": "^3.0.18",
"@smithy/middleware-retry": "^3.0.21",
"@smithy/middleware-serde": "^3.0.6",
"@smithy/middleware-stack": "^3.0.6",
"@smithy/node-config-provider": "^3.1.7",
"@smithy/node-http-handler": "^3.2.2",
"@smithy/node-http-handler": "^3.2.3",
"@smithy/protocol-http": "^4.1.3",
"@smithy/smithy-client": "^3.3.2",
"@smithy/smithy-client": "^3.3.5",
"@smithy/types": "^3.4.2",

@@ -55,4 +55,4 @@ "@smithy/url-parser": "^3.0.6",

"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.18",
"@smithy/util-defaults-mode-node": "^3.0.18",
"@smithy/util-defaults-mode-browser": "^3.0.21",
"@smithy/util-defaults-mode-node": "^3.0.21",
"@smithy/util-endpoints": "^2.1.2",

@@ -59,0 +59,0 @@ "@smithy/util-middleware": "^3.0.6",

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