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

hapi-init-redis

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-init-redis - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

Cache.js

@@ -28,3 +28,3 @@ /**

cacheClient.set(key, value, 'PX', expiresIn, (error) => {
this.cacheClient.set(key, value, 'PX', expiresIn, (error) => {
if (error) {

@@ -46,3 +46,3 @@ throw error;

cacheClient.get(key, (error, value) => {
this.cacheClient.get(key, (error, value) => {
try {

@@ -49,0 +49,0 @@ value = JSON.parse(value);

{
"name": "hapi-init-redis",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hapi Caching Interface with redis",

@@ -5,0 +5,0 @@ "main": "Cache.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