Socket
Socket
Sign inDemoInstall

@message-queue-toolkit/core

Package Overview
Dependencies
28
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

3

dist/lib/queues/HandlerSpy.js

@@ -6,2 +6,3 @@ "use strict";

const node_core_1 = require("@lokalise/node-core");
const fast_equals_1 = require("fast-equals");
const toad_cache_1 = require("toad-cache");

@@ -28,3 +29,3 @@ function isHandlerSpy(value) {

// @ts-ignore
return spyResult.message[key] === value;
return (0, fast_equals_1.deepEqual)(spyResult.message[key], value);
}) &&

@@ -31,0 +32,0 @@ (!processingResult || spyResult.processingResult === processingResult));

{
"name": "@message-queue-toolkit/core",
"version": "5.0.0",
"version": "5.0.1",
"private": false,

@@ -30,2 +30,3 @@ "license": "MIT",

"@lokalise/node-core": "^8.3.0",
"fast-equals": "^5.0.1",
"toad-cache": "^3.4.1"

@@ -32,0 +33,0 @@ },

Sorry, the diff of this file is not supported yet

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