catbox-memory
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -218,2 +218,3 @@ 'use strict'; | ||
if (item) { | ||
clearTimeout(item.timeoutId); | ||
this.byteSize -= item.byteSize; | ||
@@ -220,0 +221,0 @@ } |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9257
5
166
0