Socket
Socket
Sign inDemoInstall

buffering-cache

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffering-cache - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/cache.js

@@ -20,3 +20,3 @@ const Promise = require('bluebird');

self.cient = params.store.client;
self.client = params.store.client;

@@ -23,0 +23,0 @@ if (typeof ttl !== 'number' || ttl < 0) {

{
"name": "buffering-cache",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node cache wrapper that keeps your cache warm",

@@ -5,0 +5,0 @@ "main": "index.js",

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