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

rsmq

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsmq - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

8

CHANGELOG.md
# CHANGELOG for rsmq
## 0.12.3
* Added .NET implementation to README.md (#126)
* Fixed index.d.ts file to #110. (#123)
* Added rsmq-promise-native to README.md (#122)
* Removed support for Node 8
* Updated dependencies
## 0.12.2

@@ -4,0 +12,0 @@

5

index.d.ts

@@ -29,5 +29,3 @@ // Type definitions for rsmq 0.8.3

constructor(options: RedisSMQ.ConstructorOptions);
quit(): void;
quit(cb: RedisSMQ.Callback<string>): void;
createQueue(opts: RedisSMQ.CreateQueueOptions, cb: RedisSMQ.Callback<1>): void;

@@ -43,3 +41,2 @@ createQueueAsync(opts: RedisSMQ.CreateQueueOptions): Promise<1>;

setQueueAttributesAsync(opts: RedisSMQ.SetQueueAttributesOptions): Promise<RedisSMQ.QueueAttributes>;
sendMessage(opts: RedisSMQ.SendMessageOptions, cb: RedisSMQ.Callback<string>): void;

@@ -46,0 +43,0 @@ sendMessageAsync(opts: RedisSMQ.SendMessageOptions): Promise<string>;

10

package.json
{
"name": "rsmq",
"description": "A really simple message queue based on Redis",
"version": "0.12.2",
"version": "0.12.3",
"license": "MIT",

@@ -16,8 +16,8 @@ "author": "P. Liess <smrchy+npm@gmail.com>",

"dependencies": {
"@types/redis": "^2.8.18",
"lodash": "^4.17.15",
"@types/redis": "^2.8.28",
"lodash": "^4.17.20",
"redis": "^3.0.2"
},
"devDependencies": {
"async": "^3.1.1",
"async": "^3.2.0",
"coffeescript": "^2.5.1",

@@ -27,3 +27,3 @@ "mocha": "^7.0.1",

"ts-loader": "^6.2.1",
"typescript": "3.7.5"
"typescript": "4.1.3"
},

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

@@ -43,3 +43,4 @@ ![RSMQ: Redis Simple Message Queue for Node.js](https://img.webmart.de/rsmq_wide.png)

* [**rsmq-cli**](https://github.com/mpneuried/rsmq-cli) A command-line interface / Terminal client for RSMQ.
* [**rsmq-promise**](https://github.com/msfidelis/rsmq-promise) Promise interface for RSMQ
* [**rsmq-promise-native**](https://www.npmjs.com/package/rsmq-promise-native) Native promise interface for RSMQ.
* [**rsmq-promise**](https://www.npmjs.com/package/rsmq-promise) Promise interface for RSMQ (via Bluebird).

@@ -53,2 +54,3 @@ ## RSMQ in other languages

* [**PHP**](https://github.com/michsindelar/PhpRSMQ) RSMQ for PHP (work in progress)
* [**CSharp/DotNet**](https://github.com/tontonrally/rsmqCsharp) RSMQ for .NET

@@ -55,0 +57,0 @@ Note: Should you plan to port RSQM to another language please make sure to have tests to ensure compatibility with all RSMQ clients. And of course: let me know so i can mention your port here.

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