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

redis-manager-utils

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-manager-utils - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

BaseClass.js

@@ -398,3 +398,3 @@ const REDIS = require("redis");

console.log( "Redis-Manager-Utils --> done CLEANSING all R_KEYS" );
console.log( "Redis-Manager-Utils --> done deleteing all keys" );
resolve();

@@ -449,3 +449,3 @@ }

const filter_key_exists = await that.exists( wFilterSetKey );
if ( !filter_key_exists ) { console.log( wFilterSetKey + " is empty or DNE" ); resolve( wArray ); }
if ( !filter_key_exists ) { console.log( "Redis-Manager-Utils --> " + wFilterSetKey + " is empty or DNE" ); resolve( wArray ); return; }

@@ -452,0 +452,0 @@ const wTempKey = "TMP_KEY_1." + Math.random().toString(36).substring(7);

{
"name": "redis-manager-utils",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

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