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

cache-service

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-service - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

9

modules/cacheService.js

@@ -148,11 +148,2 @@ var cacheCollection = require('./cacheCollection');

function callbackExecutor(cb, err, result, key){
if(cb.length > 1){
cb(err, result, key);
}
else{
cb(result, key);
}
}
function exception(name, message){

@@ -159,0 +150,0 @@ this.name = name;

4

package.json
{
"name": "cache-service",
"version": "0.1.4",
"version": "0.1.5",
"description": "A tiered caching solution for node.",

@@ -13,3 +13,3 @@ "main": "index.js",

"expect": "1.6.0",
"redis-mock": "0.4.7"
"redis-mock": "0.4.8"
},

@@ -16,0 +16,0 @@ "scripts": {

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