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

wabetainfo

v1.1.0

Published

This is an unofficial scrape of wabetainfo.com and all post credit goes to @wabetainfo.

Readme

WABetaInfo - A Web Scrape NPM package of wabetainfo.com (unofficial)

This is an unofficial scrape of wabetainfo.com and all post credit goes to @wabetainfo. This project is based on Javascript.

Coded by: Black Amda

Installation

npm i wabetainfo

Usage

const wabetainfo = require("wabetainfo")

Methods

wabetainfo.firstpageposts()

Code:

const posts = await wabetainfo.firstpageposts()
console.log(posts)

Output:

[ 
    {
        "id": "post-17115",
        "title": "WhatsApp beta for iOS 22.22.0.73: what’s new?",
        "date": "October 19, 2022",
        "platform": "IOS",
        "shortdesc": "WhatsApp has just submitted a new update through the TestFlight beta Program, bringing the version up to 22.22.0.73. The version marked within WhatsApp Settings is 2.22.22.73 and the TestFlight build is 22.22.0 (410477171).\n" + "What’s new in this update? A minor change is available for WhatsApp reactions: up to four reactions now show up within chat bubbles.",
        "url": "https://wabetainfo.com/whatsapp-beta-for-ios-22-22-0-73-whats-new/"
    },
    ... 9 more items
]

wabetainfo.getlatest()

Code:

const latest = await wabetainfo.getlatest();
console.log(latest)

Output:

{
    "title": "WhatsApp beta for iOS 22.22.0.73: what’s new?",
    "date": "October 19, 2022",
    "platform": "IOS",
    "url": "https://wabetainfo.com/whatsapp-beta-for-ios-22-22-0-73-whats-new/",
    "image": "https://wabetainfo.com/wp-content/uploads/2022/10/WA_FOUR_REACTIONS_IOS.png",
    "shortdesc": "WhatsApp has just submitted a new update through the TestFlight beta Program, bringing the version up to 22.22.0.73. The version marked within WhatsApp Settings is 2.22.22.73 and the TestFlight build is 22.22.0 (410477171).\n" +
        "What’s new in this update? A minor change is available for WhatsApp reactions: up to four reactions now show up within chat bubbles.",
    "fulldesc": "WhatsApp has just submitted a new update through the TestFlight beta Program, bringing the version up to 22.22.0.73. The version marked within WhatsApp Settings is 2.22.22.73 and the TestFlight build is 22.22.0 (410477171).\n" +
        "What’s new in this update? A minor change is available for WhatsApp reactions: up to four reactions now show up within chat bubbles.In the article about the WhatsApp beta for Android 2.22.22.12 update, we announced a new minor feature available to some beta testers: an additional reaction show up right within chat bubbles. In fact, when a lot of people react to messages in a group, only up to 3 reactions are visible within chat bubbles since it is the maximum number configured from the app. Thanks to the WhatsApp beta for iOS 22.22.0.73 update, the same feature is available to some beta testers on the iOS app:As you can see in this screenshot, the changes are only visible in group chats since it is the only place where a message can receive more than 2 different reactions: thanks to this update, an additional reaction is visible so up to 4 reactions now show up within the chat bubble. In the previous update, visible reactions were limited to 3 emojis.The ability to view up to 4 reactions within chat bubbles is available to some beta testers that install the latest update of WhatsApp beta for iOS from the TestFlight app and it is rolling out to more beta testers over the coming days.Follow WABetaInfo if you would like to discover more about future updates and features of WhatsApp beta for Android, iOS, Web/Desktop, and Windows!",
    "faq": [
        { "question": "Name of the feature?", "answer": "Four reactions" },
        { "question": "Status?", "answer": "Rolling out" },
        {
            "question": "Compatibility?",
            "answer": "WhatsApp beta for iOS 22.22.0.73 is marked as a compatible update but some users may be able to get the same feature after installing the 22.22.0.72 beta build."
        },
        {
            "question": "I have the same version but I don’t have this feature, why?",
            "answer": "This feature may only be available to some beta testers. In this case, please wait for a future update."
        },
        {
            "question": "Thanks:",
            "answer": "SiLent and Thales for testing and reporting."
        },
        {
            "question": "Previous news?",
            "answer": "WhatsApp is rolling out a business tools tab on iOS beta"
        }
    ]
}

wabetainfo.searchpost(url)

Code:

const search = await wabetainfo.searchpost('https://wabetainfo.com/whatsapp-beta-for-ios-22-22-0-73-whats-new/');
console.log(search)

Output:

{
    "title": "WhatsApp beta for iOS 22.22.0.73: what’s new?",
    "date": "October 19, 2022",
    "platform": "IOS",
    "url": "https://wabetainfo.com/whatsapp-beta-for-ios-22-22-0-73-whats-new/",
    "image": "https://wabetainfo.com/wp-content/uploads/2022/10/WA_FOUR_REACTIONS_IOS.png",
    "shortdesc": "WhatsApp has just submitted a new update through the TestFlight beta Program, bringing the version up to 22.22.0.73. The version marked within WhatsApp Settings is 2.22.22.73 and the TestFlight build is 22.22.0 (410477171).\n" +
        "What’s new in this update? A minor change is available for WhatsApp reactions: up to four reactions now show up within chat bubbles.",
    "fulldesc": "WhatsApp has just submitted a new update through the TestFlight beta Program, bringing the version up to 22.22.0.73. The version marked within WhatsApp Settings is 2.22.22.73 and the TestFlight build is 22.22.0 (410477171).\n" +
        "What’s new in this update? A minor change is available for WhatsApp reactions: up to four reactions now show up within chat bubbles.In the article about the WhatsApp beta for Android 2.22.22.12 update, we announced a new minor feature available to some beta testers: an additional reaction show up right within chat bubbles. In fact, when a lot of people react to messages in a group, only up to 3 reactions are visible within chat bubbles since it is the maximum number configured from the app. Thanks to the WhatsApp beta for iOS 22.22.0.73 update, the same feature is available to some beta testers on the iOS app:As you can see in this screenshot, the changes are only visible in group chats since it is the only place where a message can receive more than 2 different reactions: thanks to this update, an additional reaction is visible so up to 4 reactions now show up within the chat bubble. In the previous update, visible reactions were limited to 3 emojis.The ability to view up to 4 reactions within chat bubbles is available to some beta testers that install the latest update of WhatsApp beta for iOS from the TestFlight app and it is rolling out to more beta testers over the coming days.Follow WABetaInfo if you would like to discover more about future updates and features of WhatsApp beta for Android, iOS, Web/Desktop, and Windows!",
    "faq": [
        { "question": "Name of the feature?", "answer": "Four reactions" },
        { "question": "Status?", "answer": "Rolling out" },
        {
            "question": "Compatibility?",
            "answer": "WhatsApp beta for iOS 22.22.0.73 is marked as a compatible update but some users may be able to get the same feature after installing the 22.22.0.72 beta build."
        },
        {
            "question": "I have the same version but I don’t have this feature, why?",
            "answer": "This feature may only be available to some beta testers. In this case, please wait for a future update."
        },
        {
            "question": "Thanks:",
            "answer": "SiLent and Thales for testing and reporting."
        },
        {
            "question": "Previous news?",
            "answer": "WhatsApp is rolling out a business tools tab on iOS beta"
        }
    ]
}

Change log

v1.1.0 [27/01/2023]

License

This project is protected by the GNU General Public License v3.0.

Disclaimer

WABetaInfo name, we have nothing to do with the website officially. If any complains please contact via [email protected]