Socket
Socket
Sign inDemoInstall

@hapi/catbox

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/catbox - npm Package Compare versions

Comparing version 10.2.1 to 10.2.2

8

package.json
{
"name": "@hapi/catbox",
"description": "Multi-strategy object caching service",
"version": "10.2.1",
"version": "10.2.2",
"repository": "git://github.com/hapijs/catbox",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"@hapi/boom": "7.x.x",
"@hapi/hoek": "6.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "15.x.x",

@@ -20,4 +20,4 @@ "@hapi/podium": "3.x.x"

"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x"
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},

@@ -24,0 +24,0 @@ "scripts": {

@@ -0,1 +1,3 @@

<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# catbox

@@ -7,14 +9,8 @@

Lead Maintainer: [Eran Hammer](https://github.com/hueniverse)
**catbox** is a multi-strategy key-value object store. It comes with extensions supporting a memory
cache,
[Redis](http://redis.io/),
[MongoDB](http://www.mongodb.org/),
[Memcached](http://memcached.org/), and
[Amazon S3](http://aws.amazon.com/s3/).
cache, [Redis](http://redis.io/), and [Memcached](http://memcached.org/). Additional providers from the
community can be found on the [npm Registry](https://www.npmjs.com/search?q=keywords:catbox).
**catbox** provides two interfaces: a low-level `Client` and a high-level `Policy`.
### Installation

@@ -28,6 +24,3 @@

- [Redis](https://github.com/hapijs/catbox-redis)
- [MongoDB](https://github.com/hapijs/catbox-mongodb)
- [Memcached](https://github.com/hapijs/catbox-memcached)
- [Amazon S3](https://github.com/fhemberger/catbox-s3)
- [Local Disk](https://github.com/mirusresearch/catbox-disk)

@@ -34,0 +27,0 @@

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