Socket
Socket
Sign inDemoInstall

redis-smq-common

Package Overview
Dependencies
47
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.9 to 1.0.0-rc.10

4

CHANGELOG.md
# CHANGELOG
## 1.0.0-rc.10 (2022-05-31)
* Fix broken promisify(All) because of ICallback typing (4250e32)
## 1.0.0-rc.9 (2022-05-31)

@@ -4,0 +8,0 @@

@@ -60,2 +60,3 @@ import { RedisOptions } from 'ioredis';

(err?: Error | null, reply?: T): void;
(err: undefined | null, reply: T): void;
}

@@ -62,0 +63,0 @@ export declare type TFunction<TReturn = void, TArgs = any> = (...args: TArgs[]) => TReturn;

2

package.json
{
"name": "redis-smq-common",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "RedisSMQ shared components that may be used by integrated applications and extensions.",

@@ -5,0 +5,0 @@ "author": "Weyoss <weyoss@protonmail.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc