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

redis-streams-broker

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-streams-broker - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

0

asyncProcessor.js

@@ -0,0 +0,0 @@ module.exports = class AsyncProcessor {

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

@@ -0,0 +0,0 @@ const _nonSecureId = require("nanoid/non-secure").nanoid;

@@ -0,0 +0,0 @@ This is free and unencumbered software released into the public domain.

7

package.json
{
"name": "redis-streams-broker",
"version": "0.0.13",
"version": "0.0.14",
"description": "This package is a broker to redis stream data type, This package provides guaranteed message delivery feature with acknowledgement.",

@@ -35,3 +35,4 @@ "main": "index.js",

"nanoid": "^3.1.25",
"redis-scripto2": "^0.2.2"
"redis-scripto2": "^0.2.2",
"relief-valve": "^0.0.1"
},

@@ -43,2 +44,2 @@ "devDependencies": {

}
}
}

@@ -74,2 +74,3 @@ # redis-streams-broker

3. [redis-scripto2](https://www.npmjs.com/package/redis-scripto2) for handling lua scripts.
4. [relief-valve](https://www.npmjs.com/package/relief-valve) future refactoring to be open to any redis connection lib.

@@ -76,0 +77,0 @@ ## Contributions

Sorry, the diff of this file is not supported yet

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