Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-managedblockchain-query

Package Overview
Dependencies
Maintainers
5
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-managedblockchain-query - npm Package Compare versions

Comparing version 3.386.0 to 3.387.0

4

dist-cjs/ManagedBlockchainQueryClient.js

@@ -18,4 +18,4 @@ "use strict";

class ManagedBlockchainQueryClient extends smithy_client_1.Client {
constructor(configuration) {
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
constructor(...[configuration]) {
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);

@@ -22,0 +22,0 @@ const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);

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

export class ManagedBlockchainQueryClient extends __Client {
constructor(configuration) {
const _config_0 = __getRuntimeConfig(configuration);
constructor(...[configuration]) {
const _config_0 = __getRuntimeConfig(configuration || {});
const _config_1 = resolveClientEndpointParameters(_config_0);

@@ -19,0 +19,0 @@ const _config_2 = resolveRegionConfig(_config_1);

@@ -10,3 +10,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
import { BatchGetTokenBalanceCommandInput, BatchGetTokenBalanceCommandOutput } from "./commands/BatchGetTokenBalanceCommand";

@@ -168,3 +168,3 @@ import { GetTokenBalanceCommandInput, GetTokenBalanceCommandOutput } from "./commands/GetTokenBalanceCommand";

readonly config: ManagedBlockchainQueryClientResolvedConfig;
constructor(configuration: ManagedBlockchainQueryClientConfig);
constructor(...[configuration]: __CheckOptionalClientConfig<ManagedBlockchainQueryClientConfig>);
/**

@@ -171,0 +171,0 @@ * Destroy underlying resources, like sockets. It's usually not necessary to do this.

@@ -35,2 +35,3 @@ import {

BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
ChecksumConstructor as __ChecksumConstructor,

@@ -148,4 +149,8 @@ Decoder as __Decoder,

readonly config: ManagedBlockchainQueryClientResolvedConfig;
constructor(configuration: ManagedBlockchainQueryClientConfig);
constructor(
...[
configuration,
]: __CheckOptionalClientConfig<ManagedBlockchainQueryClientConfig>
);
destroy(): void;
}
{
"name": "@aws-sdk/client-managedblockchain-query",
"description": "AWS SDK for JavaScript Managedblockchain Query Client for Node.js, Browser and React Native",
"version": "3.386.0",
"version": "3.387.0",
"scripts": {

@@ -24,33 +24,33 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.386.0",
"@aws-sdk/credential-provider-node": "3.386.0",
"@aws-sdk/middleware-host-header": "3.379.1",
"@aws-sdk/middleware-logger": "3.378.0",
"@aws-sdk/middleware-recursion-detection": "3.378.0",
"@aws-sdk/middleware-signing": "3.379.1",
"@aws-sdk/middleware-user-agent": "3.386.0",
"@aws-sdk/types": "3.378.0",
"@aws-sdk/util-endpoints": "3.386.0",
"@aws-sdk/util-user-agent-browser": "3.378.0",
"@aws-sdk/util-user-agent-node": "3.378.0",
"@smithy/config-resolver": "^2.0.1",
"@smithy/fetch-http-handler": "^2.0.1",
"@smithy/hash-node": "^2.0.1",
"@smithy/invalid-dependency": "^2.0.1",
"@smithy/middleware-content-length": "^2.0.1",
"@smithy/middleware-endpoint": "^2.0.1",
"@smithy/middleware-retry": "^2.0.1",
"@smithy/middleware-serde": "^2.0.1",
"@aws-sdk/client-sts": "3.387.0",
"@aws-sdk/credential-provider-node": "3.387.0",
"@aws-sdk/middleware-host-header": "3.387.0",
"@aws-sdk/middleware-logger": "3.387.0",
"@aws-sdk/middleware-recursion-detection": "3.387.0",
"@aws-sdk/middleware-signing": "3.387.0",
"@aws-sdk/middleware-user-agent": "3.387.0",
"@aws-sdk/types": "3.387.0",
"@aws-sdk/util-endpoints": "3.387.0",
"@aws-sdk/util-user-agent-browser": "3.387.0",
"@aws-sdk/util-user-agent-node": "3.387.0",
"@smithy/config-resolver": "^2.0.2",
"@smithy/fetch-http-handler": "^2.0.2",
"@smithy/hash-node": "^2.0.2",
"@smithy/invalid-dependency": "^2.0.2",
"@smithy/middleware-content-length": "^2.0.2",
"@smithy/middleware-endpoint": "^2.0.2",
"@smithy/middleware-retry": "^2.0.2",
"@smithy/middleware-serde": "^2.0.2",
"@smithy/middleware-stack": "^2.0.0",
"@smithy/node-config-provider": "^2.0.1",
"@smithy/node-http-handler": "^2.0.1",
"@smithy/protocol-http": "^2.0.1",
"@smithy/smithy-client": "^2.0.1",
"@smithy/types": "^2.0.2",
"@smithy/url-parser": "^2.0.1",
"@smithy/node-config-provider": "^2.0.2",
"@smithy/node-http-handler": "^2.0.2",
"@smithy/protocol-http": "^2.0.2",
"@smithy/smithy-client": "^2.0.2",
"@smithy/types": "^2.1.0",
"@smithy/url-parser": "^2.0.2",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^2.0.1",
"@smithy/util-defaults-mode-node": "^2.0.1",
"@smithy/util-defaults-mode-browser": "^2.0.2",
"@smithy/util-defaults-mode-node": "^2.0.2",
"@smithy/util-retry": "^2.0.0",

@@ -57,0 +57,0 @@ "@smithy/util-utf8": "^2.0.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