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

route-cache

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

route-cache - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

index.js

@@ -88,3 +88,3 @@ var Eidetic = require('eidetic');

queues[key].push(function() {
var value = cacheStore.get(key);
var value = cacheStore.get(key) || {};
if (value.isJson) {

@@ -91,0 +91,0 @@ res.json(value.body);

{
"name": "route-cache",
"version": "0.2.2",
"version": "0.2.3",
"description": "express middleware for caching your routes",

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

@@ -6,2 +6,3 @@ # Route-Cache

[![NPM Version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]

@@ -73,2 +74,3 @@ Make your routes do this ->![dodging](http://forgifs.com/gallery/d/80400-8/Muhammad-Ali-dodges-punches.gif)

[npm-image]: https://img.shields.io/npm/v/route-cache.svg
[downloads-image]: http://img.shields.io/npm/dm/route-cache.svg
[npm-url]: https://npmjs.org/package/route-cache
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