Socket
Socket
Sign inDemoInstall

@aws-sdk/endpoint-cache

Package Overview
Dependencies
Maintainers
7
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.17.0 to 3.18.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04)
**Note:** Version bump only for package @aws-sdk/endpoint-cache
# [3.17.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.16.0...v3.17.0) (2021-05-26)

@@ -8,0 +16,0 @@

4

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

@@ -27,3 +27,3 @@ "prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",

"jest": "^26.1.0",
"typescript": "~4.2.4"
"typescript": "~4.3.2"
},

@@ -30,0 +30,0 @@ "engines": {

@@ -35,3 +35,3 @@ import LRUCache from "mnemonist/lru-cache";

beforeEach(() => {
((LRUCache as unknown) as jest.Mock).mockReturnValueOnce({
(LRUCache as unknown as jest.Mock).mockReturnValueOnce({
set,

@@ -38,0 +38,0 @@ get,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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