Socket
Socket
Sign inDemoInstall

@juzi/whatsapp-web.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juzi/whatsapp-web.js - npm Package Compare versions

Comparing version 1.16.12 to 1.16.13

2

package.json
{
"name": "@juzi/whatsapp-web.js",
"version": "1.16.12",
"version": "1.16.13",
"description": "Library for interacting with the WhatsApp Web API ",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -1119,7 +1119,7 @@ 'use strict';

if (msg.id.id === id) {
return msg;
return JSON.stringify(msg);
}
}
}, id);
return message;
return message ? JSON.parse(message) : undefined;
}

@@ -1126,0 +1126,0 @@ }

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