Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
1
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.267.0 to 3.271.0

13

dist-types/dns.d.ts

@@ -48,5 +48,12 @@ /**

/**
* Resolves the address(es) for {@link HostResolverArguments}. Calls to this
* function will likely alter the cache (if implemented) so that if there's
* multiple addresses, a different set will be returned on the next call.
* Resolves the address(es) for {@link HostResolverArguments} and returns a
* list of addresses with (most likely) two addresses, one {@link HostAddressType.AAAA}
* and one {@link HostAddressType.A}. Calls to this function will likely alter
* the cache (if implemented) so that if there's multiple addresses, a different
* set will be returned on the next call.
* In the case of multi-answer, still only a maximum of two records should be
* returned. The resolver implementation is responsible for caching and rotation
* of the multiple addresses that get returned.
* Implementations don't have to explictly call getaddrinfo(), they can use
* high level abstractions provided in their language runtimes/libraries.
* @param args arguments with host name query addresses for

@@ -53,0 +60,0 @@ * @returns promise with a list of {@link HostAddress}

{
"name": "@aws-sdk/types",
"version": "3.267.0",
"version": "3.271.0",
"main": "./dist-cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist-es/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc