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

volos-cache-common

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volos-cache-common - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

6

lib/cache.js

@@ -144,3 +144,7 @@ /****************************************************************************

} catch (err) {
return callback(err);
if (callback) {
return callback(err);
} else {
throw err;
}
}

@@ -147,0 +151,0 @@ options.ttl = options.ttl ? convertNumber(options.ttl, 'ttl') : this.options.ttl;

2

package.json
{
"name": "volos-cache-common",
"version": "0.10.3",
"version": "0.10.4",
"main": "lib/cache.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -86,3 +86,3 @@ # volos-cache-common

##### Quota.connectMiddleware()
##### Cache.connectMiddleware()

@@ -99,3 +99,3 @@ Returns middleware that may be used in a Connect server.

##### Quota.expressMiddleware()
##### Cache.expressMiddleware()

@@ -112,3 +112,3 @@ Returns middleware that may be used in a Express server.

##### Quota.argoMiddleware()
##### Cache.argoMiddleware()

@@ -115,0 +115,0 @@ Returns middleware that may be used in an Argo server.

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