Socket
Socket
Sign inDemoInstall

@jhonatant98/baileys

Package Overview
Dependencies
234
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.2 to 4.3.3

2

lib/Socket/messages-recv.js

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

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') {
if (((_a = node.content) === null || _a === void 0 ? void 0 : _a.length) && node.content.some(element => element.tag === 'unavaible')) {
return;

@@ -366,0 +366,0 @@ }

{
"name": "@jhonatant98/baileys",
"version": "4.3.2",
"version": "4.3.3",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc