Socket
Socket
Sign inDemoInstall

@astro-my/cache

Package Overview
Dependencies
26
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -14,3 +14,3 @@ /**

cachePassword: undefined,
cacheCluster: false
cacheCluster: 0
};

@@ -36,3 +36,3 @@

const run = () => {
if (configuration.cacheCluster && configuration.cacheCluster === true) {
if (configuration.cacheCluster && Number(configuration.cacheCluster) === 1) {
// means cluster needs to be setup

@@ -39,0 +39,0 @@ const clusterNodes = [];

{
"name": "@astro-my/cache",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cache wrapper to use ioredis conviently\"",

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

@@ -12,2 +12,4 @@ # Astro Cache Service (Redis)

cacheCluster // optional, 1 - true, 0 - false
cachePassword // optional

@@ -14,0 +16,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc