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

cachalot

Package Overview
Dependencies
Maintainers
2
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 3.1.0 to 3.1.1

7

CHANGELOG.md

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

## [3.1.1](https://github.com/TinkoffCreditSystems/cachalot/compare/v3.1.0...v3.1.1) (2020-11-17)
### Bug Fixes
* redis: allow null return from set ([12a93dd](https://github.com/TinkoffCreditSystems/cachalot/commit/12a93dd))
# [3.1.0](https://github.com/TinkoffCreditSystems/cachalot/compare/v3.0.3...v3.1.0) (2020-08-01)

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

2

dist/adapters/RedisStorageAdapter.d.ts

@@ -14,3 +14,3 @@ /// <reference types="node" />

exists(...keys: string[]): Promise<number>;
set(key: string, value: string, expiryMode?: string, time?: number | string, setMode?: number | string): Promise<string>;
set(key: string, value: string, expiryMode?: string, time?: number | string, setMode?: number | string): Promise<"OK" | null>;
mget(...keys: string[]): Promise<Array<string | null>>;

@@ -17,0 +17,0 @@ mset(data: Map<string, string>): Promise<"OK">;

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

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

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