Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

catbox-memory

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-memory - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

.npmignore

1

lib/index.js

@@ -218,2 +218,3 @@ 'use strict';

if (item) {
clearTimeout(item.timeoutId);
this.byteSize -= item.byteSize;

@@ -220,0 +221,0 @@ }

6

package.json
{
"name": "catbox-memory",
"description": "Memory adapter for catbox",
"version": "2.0.3",
"version": "2.0.4",
"repository": "git://github.com/hapijs/catbox-memory",

@@ -20,4 +20,4 @@ "main": "lib/index.js",

"catbox": "7.x.x",
"code": "3.x.x",
"lab": "10.x.x"
"code": "4.x.x",
"lab": "11.x.x"
},

@@ -24,0 +24,0 @@ "scripts": {

@@ -6,3 +6,3 @@ catbox-memory

Lead Maintainer - [Colin Ihrig](https://github.com/cjihrig)
Lead Maintainer - [Wyatt Preul](https://github.com/geek)

@@ -23,2 +23,2 @@ Current version: [![Current Version](https://img.shields.io/npm/v/catbox-memory.svg)](https://www.npmjs.org/package/catbox-memory) [![Build Status](https://api.travis-ci.org/hapijs/catbox-memory.svg)](https://travis-ci.org/hapijs/catbox-memory)

Note: the maximum allowed value for `ttl` is `2^31-1`, which is around 24.8 days.
Note: the maximum allowed value for `ttl` is `2^31-1`, which is around 24.8 days.

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