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

cache-memory

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-memory - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

.travis.yml

8

index.js

@@ -10,3 +10,3 @@ 'use strict'

var defaultStoreUndefinedObjects = false;
var timeoutId;
var intervalId;

@@ -100,7 +100,7 @@ function getCachers() {

cleanup: (seconds) => {
if (timeoutId) {
clearTimeout(timeoutId);
if (intervalId) {
clearInterval(intervalId);
}
timeoutId = setTimeout(() => {
intervalId = setInterval(() => {
logger.log(`cleaning up expired keys`);

@@ -107,0 +107,0 @@ let count = 0;

{
"name": "cache-memory",
"version": "1.0.9",
"version": "1.0.10",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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