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.0 to 1.0.1

2

Cache.js

@@ -6,3 +6,3 @@ /**

class Cache () {
class Cache {

@@ -9,0 +9,0 @@ /**

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

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

@@ -15,3 +15,4 @@ # HAPI INIT - Redis Cache plugin

const cache = new Cache({
redisUrl:
redisUrl: 'redis://127.0.0.1:6379',
expiresIn: 1000 * 60 * 60
});

@@ -18,0 +19,0 @@

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