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

activepieces-piece-feishu-readonly-tost

v0.1.0

Published

Minimal read-only Feishu Bitable piece for Activepieces

Readme

Feishu Bitable (Read Only) Piece

这是为 Activepieces 测试环境设计的最小飞书只读 Piece。

能力

  • 用自建应用 app_id / app_secret 获取 tenant_access_token
  • 分页读取指定 Base 的数据表元数据;
  • 输出脱敏 Base 标识、表数量、table_id 和表名;
  • 不提供记录新增、更新、删除或任意自定义 API 动作。

安全边界

  • 凭据通过 CustomAuth Connection 输入,动作输出不包含凭据或 Token;
  • 仅允许访问 https://open.feishu.cn/open-apis 中代码写死的 Token 与 table-list 路径;
  • 代码中没有写入方法或写入端点;
  • 连接校验会真实获取 Token,因此只有在获准只读联调后才点击保存/测试连接;
  • 使用专用测试应用和测试 Base,禁止生产凭据。

构建与安装状态

当前目录是供 Activepieces 官方 monorepo 构建体系使用的 Piece 源码。尚未安装依赖、构建 tarball、上传到 Activepieces 或修改 Docker。

官方文档说明私有 Piece 文件上传属于付费版本。社区版后续需要在以下路径中选择一个:

  1. 将 Piece 作为公开社区包发布到 npm;
  2. 在 Activepieces 官方源码仓库/私有 fork 中本地构建包含该 Piece 的镜像;
  3. 若现有实例具备付费许可,从 Platform Admin → Setup → Pieces 上传构建后的 .tgz

任何安装路径都属于下一道施工门禁,执行前须确认版本、许可和回滚方式。