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

mqemitter

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqemitter - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

3

abstractTest.js

@@ -6,2 +6,3 @@ 'use strict'

const test = opts.test
const packetsInOrder = opts.packetsInOrder === undefined ? true : opts.packetsInOrder

@@ -507,3 +508,3 @@ test('support on and emit', function (t) {

let fail = false
if (received !== msg.payload) {
if (packetsInOrder && received !== msg.payload) {
t.fail(`leak detected. Count: ${received} - Payload: ${msg.payload}`)

@@ -510,0 +511,0 @@ fail = true

{
"name": "mqemitter",
"version": "6.0.0",
"version": "6.0.1",
"description": "An Opinionated Message Queue with an emitter-style API",

@@ -5,0 +5,0 @@ "main": "mqemitter.js",

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