New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-securityhub

Package Overview
Dependencies
Maintainers
5
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.588.0 to 3.590.0

2

dist-types/runtimeConfig.native.d.ts

@@ -21,4 +21,4 @@ import { SecurityHubClientConfig } from "./SecurityHubClient";

useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
region: string | import("@smithy/types").Provider<any>;
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
region: string | import("@smithy/types").Provider<any>;
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;

@@ -25,0 +25,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -173,2 +173,6 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header

@@ -179,6 +183,2 @@ * @internal

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Default credentials provider; Not available in browser runtime.

@@ -185,0 +185,0 @@ * @deprecated

@@ -23,6 +23,6 @@ import { SecurityHubClientConfig } from "./SecurityHubClient";

useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
region: string | import("@smithy/types").Provider<any>;
defaultUserAgentProvider: import("@smithy/types").Provider<
import("@smithy/types").UserAgent
>;
region: string | import("@smithy/types").Provider<any>;
credentialDefaultProvider: (

@@ -29,0 +29,0 @@ input: any

@@ -547,4 +547,4 @@ import {

useFipsEndpoint?: boolean | __Provider<boolean>;
region?: string | __Provider<string>;
defaultUserAgentProvider?: Provider<__UserAgent>;
region?: string | __Provider<string>;
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;

@@ -551,0 +551,0 @@ maxAttempts?: number | __Provider<number>;

{
"name": "@aws-sdk/client-securityhub",
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
"version": "3.588.0",
"version": "3.590.0",
"scripts": {

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

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sso-oidc": "3.588.0",
"@aws-sdk/client-sts": "3.588.0",
"@aws-sdk/client-sso-oidc": "3.590.0",
"@aws-sdk/client-sts": "3.590.0",
"@aws-sdk/core": "3.588.0",
"@aws-sdk/credential-provider-node": "3.588.0",
"@aws-sdk/credential-provider-node": "3.590.0",
"@aws-sdk/middleware-host-header": "3.577.0",

@@ -29,0 +29,0 @@ "@aws-sdk/middleware-logger": "3.577.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