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 🙏

© 2025 – Pkg Stats / Ryan Hefner

pagesembed

v1.0.9

Published

<a href="https://discord.gg/vDAdrVNPKt">

Downloads

4

Readme

discord

Pages Embed 📋

# Create and control Embed pages
-
## This `pagesembed` the package is used for `v14` version only and will be downloaded after v13 version for users of this version 

Install Package 📁

# npm i pagesembed

Features of what ⚒

#1 Is it possible to change an emoji to words: ["🟢"]

#2 Is it possible to change words to emoji: ["🟢"]

#3 Is it useful to change the waiting time: ["🟢"]

#4 Is it possible to change the shape of the baton: ["🟢"]

#5 Can I add more than one embed: ["🟢"] 

Details and explanation 🌚

# style1: "" || If you want the fixed color "" leave it empty

# style1: "Secondary" || if you want to change the guest of steel baton [Secondary, Primary, Danger, Success]

- 

# "", // If you want the fixed emoji "" leave it empty

# "❤", // if you want to change the guest of emoji ["❤"]

Example Bot 😌

const { Client, EmbedBuilder } = require ('discord.js')
const client = new Client({
	intents: 131071,
     partials: [
		1, 2, 5, 3,
		4, 6, 0
	  ],
   });

/**
 * @pagesembed 
 * @install_package [ npm i pagesembed ]
 */

const pagesembed = require("pagesembed") // Package

client.on('messageCreate', async pkgPage => {
if(pkgPage.content.includes("?test")){
let embeds = [
new EmbedBuilder().setTitle(' embeds: 1').setDescription('[Description : 1]'),
new EmbedBuilder().setTitle(' embeds: 2').setDescription('[Description : 2]'),
new EmbedBuilder().setTitle(' embeds: 3').setDescription('[Description : 3]'),
new EmbedBuilder().setTitle(' embeds: 4').setDescription('[Description : 4]')
]; // Create Embed inlimted
pagesembed(pkgPage, [
"⏮", // Skip Back Page[0] 
"◀", // Back One Page
"X", // exit Pages is Display
"▶", // Next Pages[~]
"⏭", // Skip Next Pages[~]
{
"valueEmbed":embeds,
"style1":"",
"style2":"",
"style3":"",
"style4":"", 
"style5":"", 
"time": 30000 // Edit Time Filter end Display all Buttons  { End Time } 
} // If you don't want to change the fixed color leave it empty: you can change the time of my kidneys: [Secondary, Primary, Danger, Success]
])
}
})

client.login("Add Token Here")

Image [Test Code]

Image Test Code Style Embed and Button 📥 image