Socket
Socket
Sign inDemoInstall

@hapi/catbox

Package Overview
Dependencies
Maintainers
6
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 12.0.0 to 12.0.1

2

lib/client.js

@@ -22,3 +22,3 @@ 'use strict';

Hoek.assert(engine, 'Missing catbox client engine');
Hoek.assert(typeof engine === 'object' || typeof engine === 'function', 'engine must be an engine object or engine prototype (function)');
Hoek.assert((typeof engine === 'object' && typeof engine.start === 'function') || typeof engine === 'function', 'engine must be an engine object or engine prototype (function)');
Hoek.assert(typeof engine === 'function' || !options, 'Can only specify options with function engine config');

@@ -25,0 +25,0 @@

{
"name": "@hapi/catbox",
"description": "Multi-strategy object caching service",
"version": "12.0.0",
"version": "12.0.1",
"repository": "git://github.com/hapijs/catbox",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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