@hapi/catbox
Advanced tools
Comparing version 10.2.1 to 10.2.2
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32127
193
- Removed@hapi/hoek@6.2.4(transitive)
Updated@hapi/hoek@8.x.x