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

@steedos-labs/content-compliance-bev

v0.2.10

Published

百事Bev内容审核系统

Readme

PepsiCo BEV Content Review

百事 BEV 内容审核软件包,包含素材审批、抽查、月度报告、邮件通知等元数据与服务逻辑。

月度素材抽取记录

对象 API 名称:pepsico_spot_check_pool

入口:打开月度素材抽取记录列表

该对象用于管理员手动管理每月 KOL 素材抽查池。系统定时任务会自动创建上月抽查池记录,也可以由管理员进入列表后手动创建记录。

使用步骤

  1. 进入“月度素材抽取记录”列表。
  2. 新建或打开某个月份的记录,月份 填写格式为 YYYY-MM,例如 2026-05
  3. 在记录详情页点击“发送邮件”按钮。
  4. 系统会按月份生成抽查池,将抽中的素材标记为待抽查,并向对应抽查人发送通知。
  5. 抽查人进入“KOL腰部素材”或“KOL尾部素材”页面完成抽查。
  6. 管理员可在记录详情页点击“手动催办”按钮,催办当月仍未完成抽查的人员。

按钮说明

  • 发送邮件:新窗口打开 /api/pepsico-content/material/generate/spot-check-pools/${recordId},生成该记录月份的抽查池并发送抽查通知。按钮仅在 邮件已发送 不为 true 时显示。
  • 手动催办:新窗口打开 /api/pepsico-content/remind/spot-check-incomplete,扫描当月未完成抽查任务并发送催办邮件及站内通知。按钮仅管理员可见,接口也要求管理员权限。

相关结果字段

  • 邮件已发送:抽查池通知发送完成后标记。
  • 发送时间:抽查池通知发送时间。
  • 腰部素材:本月抽中的 Mid-tier 素材。
  • 尾部素材:本月抽中的 Micro 素材。
  • 日志:记录抽样数量、品牌统计、邮件收件人和接口执行结果。