Socket
Socket
Sign inDemoInstall

@aws-sdk/token-providers

Package Overview
Dependencies
Maintainers
5
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/token-providers - npm Package Compare versions

Comparing version 3.478.0 to 3.481.0

12

dist-cjs/bundle/client-sso-oidc-browser.js

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

};
var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_6.Command {
class CreateTokenCommand extends smithy_client_6.Command {
constructor(input) {

@@ -934,3 +934,3 @@ super();

}
};
}
exports.CreateTokenCommand = CreateTokenCommand;

@@ -941,3 +941,3 @@ const middleware_endpoint_3 = require("@smithy/middleware-endpoint");

const types_2 = require("@smithy/types");
var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_9.Command {
class RegisterClientCommand extends smithy_client_9.Command {
constructor(input) {

@@ -982,3 +982,3 @@ super();

}
};
}
const middleware_endpoint_4 = require("@smithy/middleware-endpoint");

@@ -988,3 +988,3 @@ const middleware_serde_3 = require("@smithy/middleware-serde");

const types_3 = require("@smithy/types");
var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends smithy_client_10.Command {
class StartDeviceAuthorizationCommand extends smithy_client_10.Command {
constructor(input) {

@@ -1029,3 +1029,3 @@ super();

}
};
}
var commands = {

@@ -1032,0 +1032,0 @@ CreateTokenCommand,

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

};
var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_7.Command {
class CreateTokenCommand extends smithy_client_7.Command {
constructor(input) {

@@ -940,3 +940,3 @@ super();

}
};
}
exports.CreateTokenCommand = CreateTokenCommand;

@@ -947,3 +947,3 @@ const middleware_endpoint_3 = require("@smithy/middleware-endpoint");

const types_2 = require("@smithy/types");
var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_10.Command {
class RegisterClientCommand extends smithy_client_10.Command {
constructor(input) {

@@ -988,3 +988,3 @@ super();

}
};
}
const middleware_endpoint_4 = require("@smithy/middleware-endpoint");

@@ -994,3 +994,3 @@ const middleware_serde_3 = require("@smithy/middleware-serde");

const types_3 = require("@smithy/types");
var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends smithy_client_11.Command {
class StartDeviceAuthorizationCommand extends smithy_client_11.Command {
constructor(input) {

@@ -1035,3 +1035,3 @@ super();

}
};
}
var commands = {

@@ -1038,0 +1038,0 @@ CreateTokenCommand,

@@ -871,3 +871,3 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig } from "@aws-sdk/middleware-host-header";

};
var CreateTokenCommand = class _CreateTokenCommand extends $Command {
class CreateTokenCommand extends $Command {
constructor(input) {

@@ -912,3 +912,3 @@ super();

}
};
}
import { getEndpointPlugin as getEndpointPlugin2 } from "@smithy/middleware-endpoint";

@@ -918,3 +918,3 @@ import { getSerdePlugin as getSerdePlugin2 } from "@smithy/middleware-serde";

import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY2 } from "@smithy/types";
var RegisterClientCommand = class _RegisterClientCommand extends $Command2 {
class RegisterClientCommand extends $Command2 {
constructor(input) {

@@ -959,3 +959,3 @@ super();

}
};
}
import { getEndpointPlugin as getEndpointPlugin3 } from "@smithy/middleware-endpoint";

@@ -965,3 +965,3 @@ import { getSerdePlugin as getSerdePlugin3 } from "@smithy/middleware-serde";

import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY3 } from "@smithy/types";
var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends $Command3 {
class StartDeviceAuthorizationCommand extends $Command3 {
constructor(input) {

@@ -1006,3 +1006,3 @@ super();

}
};
}
var commands = {

@@ -1009,0 +1009,0 @@ CreateTokenCommand,

@@ -878,3 +878,3 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig } from "@aws-sdk/middleware-host-header";

};
var CreateTokenCommand = class _CreateTokenCommand extends $Command {
class CreateTokenCommand extends $Command {
constructor(input) {

@@ -919,3 +919,3 @@ super();

}
};
}
import { getEndpointPlugin as getEndpointPlugin2 } from "@smithy/middleware-endpoint";

@@ -925,3 +925,3 @@ import { getSerdePlugin as getSerdePlugin2 } from "@smithy/middleware-serde";

import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY2 } from "@smithy/types";
var RegisterClientCommand = class _RegisterClientCommand extends $Command2 {
class RegisterClientCommand extends $Command2 {
constructor(input) {

@@ -966,3 +966,3 @@ super();

}
};
}
import { getEndpointPlugin as getEndpointPlugin3 } from "@smithy/middleware-endpoint";

@@ -972,3 +972,3 @@ import { getSerdePlugin as getSerdePlugin3 } from "@smithy/middleware-serde";

import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY3 } from "@smithy/types";
var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends $Command3 {
class StartDeviceAuthorizationCommand extends $Command3 {
constructor(input) {

@@ -1013,3 +1013,3 @@ super();

}
};
}
var commands = {

@@ -1016,0 +1016,0 @@ CreateTokenCommand,

@@ -0,1 +1,2 @@

// @ts-nocheck
/// <reference types="node" />

@@ -12,2 +13,3 @@ declare var SSOOIDCClient: {

};
import { Command as $Command } from "@smithy/smithy-client";
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";

@@ -154,18 +156,8 @@ declare var AccessDeniedException: {

};
declare var CreateTokenCommand: {
new (input: any): {
/**
* @internal
*/
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
/**
* @internal
*/
serialize(input: any, context: any): Promise<__HttpRequest>;
/**
* @internal
*/
deserialize(output: any, context: any): Promise<any>;
};
getEndpointParameterInstructions(): {
declare class CreateTokenCommand extends $Command {
/**
* @public
*/
constructor(input: any);
static getEndpointParameterInstructions(): {
UseFIPS: {

@@ -188,3 +180,15 @@ type: string;

};
};
/**
* @internal
*/
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
/**
* @internal
*/
serialize(input: any, context: any): Promise<__HttpRequest>;
/**
* @internal
*/
deserialize(output: any, context: any): Promise<any>;
}
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };

@@ -0,1 +1,2 @@

// @ts-nocheck
/// <reference types="node" />

@@ -12,2 +13,3 @@ declare var SSOOIDCClient: {

};
import { Command as $Command } from "@smithy/smithy-client";
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";

@@ -154,18 +156,8 @@ declare var AccessDeniedException: {

};
declare var CreateTokenCommand: {
new (input: any): {
/**
* @internal
*/
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
/**
* @internal
*/
serialize(input: any, context: any): Promise<__HttpRequest>;
/**
* @internal
*/
deserialize(output: any, context: any): Promise<any>;
};
getEndpointParameterInstructions(): {
declare class CreateTokenCommand extends $Command {
/**
* @public
*/
constructor(input: any);
static getEndpointParameterInstructions(): {
UseFIPS: {

@@ -188,3 +180,15 @@ type: string;

};
};
/**
* @internal
*/
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
/**
* @internal
*/
serialize(input: any, context: any): Promise<__HttpRequest>;
/**
* @internal
*/
deserialize(output: any, context: any): Promise<any>;
}
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };

@@ -6,2 +6,3 @@ declare var SSOOIDCClient: {

};
import { Command as $Command } from "@smithy/smithy-client";
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";

@@ -198,9 +199,5 @@ declare var AccessDeniedException: {

};
declare var CreateTokenCommand: {
new (input: any): {
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
serialize(input: any, context: any): Promise<__HttpRequest>;
deserialize(output: any, context: any): Promise<any>;
};
getEndpointParameterInstructions(): {
declare class CreateTokenCommand extends $Command {
constructor(input: any);
static getEndpointParameterInstructions(): {
UseFIPS: {

@@ -223,3 +220,6 @@ type: string;

};
};
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
serialize(input: any, context: any): Promise<__HttpRequest>;
deserialize(output: any, context: any): Promise<any>;
}
export {

@@ -226,0 +226,0 @@ AccessDeniedException,

@@ -6,2 +6,3 @@ declare var SSOOIDCClient: {

};
import { Command as $Command } from "@smithy/smithy-client";
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";

@@ -198,9 +199,5 @@ declare var AccessDeniedException: {

};
declare var CreateTokenCommand: {
new (input: any): {
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
serialize(input: any, context: any): Promise<__HttpRequest>;
deserialize(output: any, context: any): Promise<any>;
};
getEndpointParameterInstructions(): {
declare class CreateTokenCommand extends $Command {
constructor(input: any);
static getEndpointParameterInstructions(): {
UseFIPS: {

@@ -223,3 +220,6 @@ type: string;

};
};
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
serialize(input: any, context: any): Promise<__HttpRequest>;
deserialize(output: any, context: any): Promise<any>;
}
export {

@@ -226,0 +226,0 @@ AccessDeniedException,

{
"name": "@aws-sdk/token-providers",
"version": "3.478.0",
"version": "3.481.0",
"description": "A collection of token providers",

@@ -14,3 +14,3 @@ "main": "./dist-cjs/index.js",

"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
"build:types": "tsc -p tsconfig.types.json",
"build:types": "tsc -p tsconfig.types.json && node ./scripts/nocheck",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",

@@ -48,3 +48,3 @@ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",

"@smithy/middleware-endpoint": "^2.2.3",
"@smithy/middleware-retry": "^2.0.24",
"@smithy/middleware-retry": "^2.0.25",
"@smithy/middleware-serde": "^2.0.15",

@@ -57,3 +57,3 @@ "@smithy/middleware-stack": "^2.0.9",

"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/smithy-client": "^2.1.18",
"@smithy/smithy-client": "^2.2.0",
"@smithy/types": "^2.7.0",

@@ -64,4 +64,4 @@ "@smithy/url-parser": "^2.0.15",

"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.29",
"@smithy/util-defaults-mode-browser": "^2.0.23",
"@smithy/util-defaults-mode-node": "^2.0.30",
"@smithy/util-endpoints": "^1.0.7",

@@ -68,0 +68,0 @@ "@smithy/util-retry": "^2.0.8",

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