Socket
Socket
Sign inDemoInstall

superchats-md

Package Overview
Dependencies
20
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

superchats-md

superchats-md


Version published
Maintainers
1
Weekly downloads
2
decreased by-96.36%

Weekly downloads

Readme

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

Last updated on 20 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc