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

catbox

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox - npm Package Compare versions

Comparing version 7.1.1 to 7.1.2

0

lib/client.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

6

package.json
{
"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

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