Sign In

@aws-sdk/client-sso

Package Overview
Dependencies
Maintainers
2
Versions
629
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.1107.0
to
3.1108.0
+1
-1
dist-cjs/index.js

@@ -96,3 +96,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");

var version = "3.1106.0";
var version = "3.1107.0";
var packageInfo = {

@@ -99,0 +99,0 @@ version: version};

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

@@ -50,7 +50,7 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",

"test:integration:watch": "yarn g:vitest watch --passWithNoTests -c vitest.config.integ.mts",
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
},
"dependencies": {
"@aws-sdk/core": "^3.977.6",
"@aws-sdk/types": "^3.974.2",
"@aws-sdk/core": "^3.977.7",
"@aws-sdk/types": "^3.974.3",
"@smithy/core": "^3.31.1",

@@ -69,3 +69,3 @@ "@smithy/fetch-http-handler": "^5.6.13",

"premove": "4.0.0",
"typescript": "~5.8.3",
"typescript": "~6.0.3",
"vitest": "^4.0.17"

@@ -72,0 +72,0 @@ },