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.5 to 0.9.6

2

index.js
'use strict';
const memcached = require('memcached')
const Memcached = require('memcached')
const LRU = require('lru-cache');

@@ -4,0 +4,0 @@ const memcached_api = process.env.MEMCACHIER_SERVERS || 'localhost:11211'

{
"name": "ssr-cache",
"version": "0.9.5",
"version": "0.9.6",
"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