Socket
Socket
Sign inDemoInstall

catbox-redis

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-redis - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

22

CHANGELOG.md
# Changelog
## [Unreleased]
## [4.2.4](https://github.com/hapijs/catbox-redis/compare/v4.2.3...v4.2.4) - 2018-11-01
### Changed
- tba.
### Updated
- test for Node.js v11
- bump dependencies
- clean up `.gitignore`
## [4.2.3](https://github.com/hapijs/catbox-mongodb/compare/v4.2.2...v4.2.3) - 2018-10-09
## [4.2.3](https://github.com/hapijs/catbox-redis/compare/v4.2.2...v4.2.3) - 2018-10-09
### Changed
### Updated
- fix connection issue: connection string and socket weren’t used to connect [#92](https://github.com/hapijs/catbox-redis/issues/92)
## [4.2.2](https://github.com/hapijs/catbox-mongodb/compare/v4.2.1...v4.2.2) - 2018-09-21
## [4.2.2](https://github.com/hapijs/catbox-redis/compare/v4.2.1...v4.2.2) - 2018-09-21

@@ -21,3 +23,3 @@ ### Added

### Changed
### Updated
- refactor code to ES2015 class

@@ -30,3 +32,3 @@ - refactor tests

## [4.2.1](https://github.com/hapijs/catbox-mongodb/compare/v4.2.0...v4.2.1) - 2018-09-07
## [4.2.1](https://github.com/hapijs/catbox-redis/compare/v4.2.0...v4.2.1) - 2018-09-07

@@ -37,3 +39,3 @@ ### Added

### Changed
### Updated
- removed `package-lock.json` from repository

@@ -43,5 +45,5 @@ - extend readme on how to use a custom Redis client

## [4.2.0](https://github.com/hapijs/catbox-mongodb/compare/v4.1.0...v4.2.0) - 2018-08-21
## [4.2.0](https://github.com/hapijs/catbox-redis/compare/v4.1.0...v4.2.0) - 2018-08-21
### Added
- `tls` options for Redis
{
"name": "catbox-redis",
"description": "Redis adapter for catbox",
"version": "4.2.3",
"version": "4.2.4",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",

@@ -22,3 +22,3 @@ "contributors": [

"dependencies": {
"hoek": "5.x.x",
"hoek": "6.x.x",
"ioredis": "4.x.x"

@@ -29,3 +29,3 @@ },

"code": "5.x.x",
"lab": "16.x.x",
"lab": "17.x.x",
"redis-parser": "3.x.x"

@@ -32,0 +32,0 @@ },

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