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

catbox

Package Overview
Dependencies
Maintainers
1
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 0.1.0 to 0.1.1

10

lib/stale.js

@@ -126,9 +126,9 @@ // Load modules

if (result) {
if (result.toCache && typeof result.toCache === 'function') {
value = result.toCache();
if (value) {
if (value.toCache && typeof value.toCache === 'function') {
value = value.toCache();
}
if (result.getTtl && typeof result.getTtl === 'function') {
ttl = result.getTtl();
if (value.getTtl && typeof value.getTtl === 'function') {
ttl = value.getTtl();
}

@@ -135,0 +135,0 @@ }

{
"name": "catbox",
"description": "Multi-strategy object caching service",
"version": "0.1.0",
"version": "0.1.1",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "contributors":[

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