Comparing version 0.9.7 to 0.9.8
@@ -24,3 +24,4 @@ 'use strict'; | ||
Cache.prototype.get = function({key}) { | ||
console.log(key) | ||
console.log('delete:') | ||
console.log(this.prefix+key) | ||
return new Promise((resolve, reject) =>{ | ||
@@ -46,3 +47,4 @@ if(!key) reject('key {string} is not defined'); | ||
Cache.prototype.delete = function({key}) { | ||
console.log(key) | ||
console.log('delete:') | ||
console.log(this.prefix+key) | ||
return new Promise((resolve, reject) =>{ | ||
@@ -49,0 +51,0 @@ if(!key) reject('key {string} is not defined'); |
{ | ||
"name": "ssr-cache", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "Api Serve-Side Cache Wrapper for Lru and Memcached", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
5055
99
0