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

@soundxyz/redis-pubsub

Package Overview
Dependencies
Maintainers
10
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundxyz/redis-pubsub - npm Package Compare versions

Comparing version

to
1.1.1

2

dist/index.d.ts

@@ -54,2 +54,4 @@ import type { Redis } from "ioredis";

unsubscribeAll: () => Promise<void>;
inputSchema: ZodSchema<Input, ZodTypeDef, Input> | ZodSchema<Output, ZodTypeDef, Input>;
outputSchema: ZodSchema<Output, ZodTypeDef, Input>;
};

@@ -56,0 +58,0 @@ unsubscribeAll: () => Promise<void>;

4

dist/index.js

@@ -121,3 +121,5 @@ 'use strict';

publish,
unsubscribeAll: unsubscribeAll2
unsubscribeAll: unsubscribeAll2,
inputSchema,
outputSchema
};

@@ -124,0 +126,0 @@ function getSubscriptionValue({

{
"name": "@soundxyz/redis-pubsub",
"version": "1.1.0",
"version": "1.1.1",
"description": "Full type-safe Redis PubSub with Zod",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet