Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sonic-pro

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sonic-pro

Sonic Pro is a premium library with unique features that control Whatsapp functions with socket. With Sonic Pro you can build service bots, multiservice chats or any system that uses Whatsapp Superchats is a premium version of Venom, with exclusive featur

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

WABinary

Contains the raw JS code to parse WA binary messages. WA uses a tree like structure to encode information, the type for which is written below:

export type BinaryNode = {
    tag: string
    attrs: Attributes
	content?: BinaryNode[] | string | Uint8Array
}

Do note, the multi-device binary format is very similar to the one on WA Web, though they are not backwards compatible.

Originally from pokearaujo/multidevice

Keywords

FAQs

Package last updated on 23 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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