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

ssr-cache

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssr-cache - npm Package Compare versions

Comparing version 0.9.7 to 0.9.8

6

index.js

@@ -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",

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