Socket
Socket
Sign inDemoInstall

node-red-contrib-whatsapp-link

Package Overview
Dependencies
324
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.38 to 0.1.39

2

package.json
{
"name": "node-red-contrib-whatsapp-link",
"version": "0.1.38",
"version": "0.1.39",
"description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs",

@@ -5,0 +5,0 @@ "repository": {

@@ -166,2 +166,3 @@ # Whatsapp Link :iphone:

* `Ver-0.1.37` : Changes for correction of send message with images and use Chromium profiles in Puppeteer.
* `Ver-0.1.39` : "Broken Whatsapp-Lite" fixed. working on easy to use nodes.

@@ -168,0 +169,0 @@ ## Future Nodes

@@ -112,3 +112,3 @@ module.exports = function(RED) {

if (clientType === "waSocketClient"){
const makeWASocket = require('@adiwajshing/baileys');
const makeWASocket = require('@whiskeysockets/baileys');
const { useMultiFileAuthState } = makeWASocket;

@@ -115,0 +115,0 @@ const pino = require('pino');

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