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.3 to 0.0.4

4

index.d.ts

@@ -6,3 +6,3 @@ export declare class StreamChannelBroker {

joinConsumerGroup(groupName: string, readFrom: string): Promise<ConsumerGroup>;
};
}

@@ -15,3 +15,3 @@ declare class ConsumerGroup {

pendingSummary(): Promise<GroupSummary>;
};
}

@@ -18,0 +18,0 @@ declare class Payload {

const redisType = require("ioredis");
const shortid = require("shortid");
module.exports = class StreamChannelBroker {
class StreamChannelBroker {

@@ -158,2 +158,4 @@ constructor(redisConnectionString, channelName) {

}
}
exports.StreamChannelBroker = StreamChannelBroker;
{
"name": "redis-streams-broker",
"version": "0.0.3",
"version": "0.0.4",
"description": "This package is a broker to redis stream data type, This package provides guaranteed message delivery feature with acknowledgement.",

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