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

cachalot

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cachalot - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

7

CHANGELOG.md

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

## [1.5.1](https://github.com/TinkoffCreditSystems/cachalot/compare/v1.5.0...v1.5.1) (2020-02-12)
### Bug Fixes
* Queue delete not touched tags command if adapter is not connected ([ce3c8f5](https://github.com/TinkoffCreditSystems/cachalot/commit/ce3c8f5))
# [1.5.0](https://github.com/TinkoffCreditSystems/cachalot/compare/v1.4.0...v1.5.0) (2020-02-04)

@@ -2,0 +9,0 @@

8

dist/storages/base.js

@@ -68,3 +68,3 @@ "use strict";

this.cachedCommand(this.setTagVersions.bind(this), tags.map(tag => create_tag_1.default(tag))),
this.deleteNotTouchedTags(tags)
this.cachedCommand(this.deleteNotTouchedTags.bind(this), tags)
]);

@@ -185,3 +185,3 @@ }

if (connectionStatus !== connection_status_1.ConnectionStatus.CONNECTED) {
return this.commandsQueue.push({
this.commandsQueue.push({
fn,

@@ -191,3 +191,5 @@ params: args

}
return fn(...args);
else {
await fn(...args);
}
}

@@ -194,0 +196,0 @@ /**

{
"name": "cachalot",
"version": "1.5.0",
"version": "1.5.1",
"description": "Cache manager for nodejs with support different cache strategies",

@@ -5,0 +5,0 @@ "keywords": [

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