npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@yanmontain/wa-js

v4.6.2

Published

Unofficial fixed-version snapshot of WPPConnect WA-JS for personal use

Readme

@yanmontain/wa-js

非官方固定版本,仅用于维护者自己的项目依赖管理。

项目说明

本仓库是 WPPConnect WA-JS 的固定版本快照。当前下游发布版本为 4.6.1,源码基线对应上游版本 4.6.0。

建立此仓库和 npm 包的目的,是为个人项目提供可重复安装的固定依赖,避免上游版本变化意外影响现有项目。该快照不会自动跟随上游更新,也不承诺持续维护、兼容性更新、安全更新或技术支持。

发布到 npm 仅用于维护者自己的项目,不代表面向公众提供产品、服务或商业承诺。

下游发布说明

当前工作树包含一项尚未作为上游官方合并发布的建群兼容性补丁。补丁范围、上游 PR 关系及明确排除的改动见 RELEASE-NOTES.md。

非官方声明

  • 本项目不是 WPPConnect Team 或 WhatsApp 的官方项目。
  • 本项目未获得 WPPConnect Team、WhatsApp 或 Meta 的认可、赞助或背书。
  • WPPConnect、WhatsApp、Meta 及相关名称和商标归各自权利人所有。
  • 自用声明不构成对任何第三方权利、平台条款或适用法律的豁免,也不构成法律意见。

来源与许可证

原始项目:https://github.com/wppconnect-team/wa-js

原始版权归 WPPConnect Team 及其贡献者所有。本仓库继续遵循 Apache License 2.0,完整条款见 LICENSE。再分发或修改时,应保留许可证、版权和归属声明,并按许可证要求说明修改。

安装

固定安装当前版本:

npm install @yanmontain/[email protected] --save-exact

如果现有项目仍通过 @wppconnect/wa-js 解析依赖,可以使用 npm alias:

{
  "dependencies": {
    "@wppconnect/wa-js": "npm:@yanmontain/[email protected]"
  }
}

使用风险

WA-JS 依赖 WhatsApp Web 的内部实现,平台更新可能随时导致部分或全部功能失效。使用者应自行评估技术、账号、数据、平台条款及适用法律风险,并自行承担使用后果。

本软件按“原样”提供,不附带任何明示或默示保证。具体免责声明和责任限制以 Apache License 2.0 为准。