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 4.0.1 to 4.0.2

10

lib/policy.js

@@ -206,5 +206,11 @@ // Load modules

generateTimeout: Joi.number().integer().min(1),
dropOnError: Joi.boolean()
dropOnError: Joi.boolean(),
// Ignored external keys (hapi)
privacy: Joi.any(),
cache: Joi.any(),
segment: Joi.any(),
shared: Joi.any()
})
.options({ allowUnknown: true })
.without('expiresIn', 'expiresAt')

@@ -211,0 +217,0 @@ .with('staleIn', 'generateFunc')

2

package.json
{
"name": "catbox",
"description": "Multi-strategy object caching service",
"version": "4.0.1",
"version": "4.0.2",
"repository": "git://github.com/hapijs/catbox",

@@ -6,0 +6,0 @@ "main": "index",

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