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

imq

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imq - npm Package Compare versions

Comparing version 1.2.9 to 1.2.10

2

package.json
{
"name": "imq",
"version": "1.2.9",
"version": "1.2.10",
"description": "Simple JSON-based messaging queue for inter service communication",

@@ -5,0 +5,0 @@ "scripts": {

@@ -592,3 +592,3 @@ "use strict";

this.reader.removeAllListeners();
this.reader.end(false);
this.reader.quit();
this.reader.unref();

@@ -613,3 +613,3 @@ delete this.reader;

this.watcher.removeAllListeners();
this.watcher.end(false);
this.watcher.quit();
this.watcher.unref();

@@ -622,3 +622,3 @@ delete this.watchers[this.redisKey];

this.writer.removeAllListeners();
this.writer.end(false);
this.writer.quit();
this.writer.unref();

@@ -625,0 +625,0 @@ delete RedisQueue.writers[this.redisKey];

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