New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rewaa/event-broker

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rewaa/event-broker - npm Package Compare versions

Comparing version

to
5.0.3

7

dist/types.d.ts
/// <reference types="node" />
/// <reference types="node" />
import EventEmitter from "events";

@@ -29,9 +28,8 @@ import { Consumer } from "sqs-consumer";

}
type Binary = Buffer | Uint8Array | Blob | string;
export interface IMessageAttributes {
DataType: "String" | "Number" | "Binary" | "String.Array";
StringValue?: string;
BinaryValue?: Binary;
BinaryValue?: Uint8Array;
StringListValues?: string[];
BinaryListValues?: Binary[];
BinaryListValues?: Uint8Array[];
}

@@ -489,2 +487,1 @@ export interface IEmitOptions {

}
export {};
{
"name": "@rewaa/event-broker",
"version": "5.0.2",
"version": "5.0.3",
"description": "A broker for all the events that Rewaa will ever produce or consume",

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

Sorry, the diff of this file is not supported yet