Socket
Socket
Sign inDemoInstall

@aws-sdk/endpoint-cache

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/endpoint-cache - npm Package Compare versions

Comparing version 3.295.0 to 3.303.0

3

dist-types/Endpoint.d.ts

@@ -0,1 +1,4 @@

/**
* @internal
*/
export interface Endpoint {

@@ -2,0 +5,0 @@ /**

import { Endpoint } from "./Endpoint";
/**
* @internal
*/
export interface EndpointWithExpiry extends Pick<Endpoint, "Address"> {
Expires: number;
}
/**
* @internal
*/
export declare class EndpointCache {

@@ -6,0 +12,0 @@ private readonly cache;

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

/**
* @internal
*/
export * from "./Endpoint";
/**
* @internal
*/
export * from "./EndpointCache";

2

package.json
{
"name": "@aws-sdk/endpoint-cache",
"version": "3.295.0",
"version": "3.303.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

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