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

p3x-redis-ui-server

Package Overview
Dependencies
Maintainers
0
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p3x-redis-ui-server - npm Package Compare versions

Comparing version 2024.10.116 to 2024.10.117

2

artifacts/cluster.md

@@ -38,3 +38,3 @@ [//]: #@corifeus-header

[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.116
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.117

@@ -41,0 +41,0 @@ [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-server.svg)](https://www.npmjs.com/package/p3x-redis-ui-server) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

{
"name": "p3x-redis-ui-server",
"version": "2024.10.116",
"version": "2024.10.117",
"description": "🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface",

@@ -68,3 +68,3 @@ "corifeus": {

"lodash": "^4.17.21",
"node-ssh-no-cpu-features": "^2.0.0",
"node-ssh": "^13.2.0",
"socket.io": "^4.8.1"

@@ -71,0 +71,0 @@ },

@@ -15,3 +15,3 @@ # This is a development package

---
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.116
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.117

@@ -126,3 +126,3 @@

[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.116
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.117

@@ -129,0 +129,0 @@ [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-server.svg)](https://www.npmjs.com/package/p3x-redis-ui-server) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

@@ -220,3 +220,3 @@ const donationWareFeatureError = new Error('donation-ware-feature')

const { NodeSSH } = require('node-ssh-no-cpu-features');
const { NodeSSH } = require('node-ssh');
const getPort = require('get-port');

@@ -223,0 +223,0 @@

@@ -88,3 +88,3 @@ const Redis = require('../../../lib/ioredis-cluster')

if (redisConfig.ssh === true) {
const { NodeSSH } = require('node-ssh-no-cpu-features');
const { NodeSSH } = require('node-ssh');
const getPort = require('get-port');

@@ -91,0 +91,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