New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apostrophe-caches-redis

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-caches-redis - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

CHANGELOG.md
# Changelog
* 2.1.2 fixes a bug where `ensureIndexes()` in `apostrophe-caches` was attempting to create new indexes where mongo was not being used.
* 2.1.1: `apos.destroy` now closes the Redis connection, for compatibility with

@@ -7,4 +9,4 @@ `apostrophe-monitor` and `apostrophe-multisite`. Corrections were made to the

`mocha` 5.x is used, addressing reported vulnerabilities from `npm audit`,
although in actuality the vulnerable modules were only used by the test runner.
although in actuality the vulnerable modules were only used by the test runner.
* 2.1.0: promise support. The `get`, `set` and `clear` methods of caches now return promises if no callback is given, matching the behavior of Apostrophe's core cache.

@@ -31,2 +31,8 @@ // TODO:

// Override the ensureIndexes method, which is not needed since we are
// not using mongo collections.
self.ensureIndexes = function(callback) {
return callback(null);
}
self.constructCache = function(name) {

@@ -143,2 +149,1 @@

};
{
"name": "apostrophe-caches-redis",
"version": "2.1.1",
"version": "2.1.2",
"description": "Redis-based cache for the Apostrophe CMS",

@@ -5,0 +5,0 @@ "main": "index.js",

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