Comparing version 7.1.1 to 7.1.2
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "catbox", | ||
"description": "Multi-strategy object caching service", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"repository": "git://github.com/hapijs/catbox", | ||
@@ -18,6 +18,6 @@ "main": "lib/index.js", | ||
"hoek": "4.x.x", | ||
"joi": "8.x.x" | ||
"joi": "9.x.x" | ||
}, | ||
"devDependencies": { | ||
"code": "2.x.x", | ||
"code": "3.x.x", | ||
"lab": "10.x.x" | ||
@@ -24,0 +24,0 @@ }, |
@@ -11,3 +11,11 @@ ![catbox Logo](https://raw.github.com/hapijs/catbox/master/images/catbox.png) | ||
**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/), [Riak](http://basho.com/riak/), [Amazon S3](http://aws.amazon.com/s3/), [RethinkDB](http://rethinkdb.com), [Couchbase](http://www.couchbase.com/) and [Aerospike](http://www.aerospike.com/). | ||
[Redis](http://redis.io/), | ||
[MongoDB](http://www.mongodb.org/), | ||
[Memcached](http://memcached.org/), | ||
[Riak](http://basho.com/riak/), | ||
[Amazon S3](http://aws.amazon.com/s3/), | ||
[RethinkDB](http://rethinkdb.com), | ||
[Couchbase](http://www.couchbase.com/), | ||
[Aerospike](http://www.aerospike.com/) and | ||
[LevelDB](http://leveldb.org/). | ||
**catbox** provides two interfaces: a low-level `Client` and a high-level `Policy`. | ||
@@ -14,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
165
30326
7
409
+ Addeditems@2.2.1(transitive)
+ Addedjoi@9.2.0(transitive)
- Removedjoi@8.4.2(transitive)
Updatedjoi@9.x.x