Socket
Socket
Sign inDemoInstall

@jhonatant98/baileys

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jhonatant98/baileys - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

4

lib/Socket/messages-recv.js

@@ -359,5 +359,9 @@ "use strict";

processingMutex.mutex(async () => {
var _a;
await decryptionTask;
// message failed to decrypt
if (msg.messageStubType === WAProto_1.proto.WebMessageInfo.WebMessageInfoStubType.CIPHERTEXT) {
if (((_a = node.content) === null || _a === void 0 ? void 0 : _a.length) && node.content[0].tag === 'unavaible') {
return;
}
logger.error({ key: msg.key, params: msg.messageStubParameters }, 'failure in decrypting message');

@@ -364,0 +368,0 @@ retryMutex.mutex(async () => {

2

package.json
{
"name": "@jhonatant98/baileys",
"version": "4.3.0",
"version": "4.3.1",
"description": "WhatsApp API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/adiwajshing/Baileys",

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