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

n8n-nodes-feishu-plus

v0.1.2

Published

Feishu/Lark Bitable operations with production-grade retry, circuit breaker and test coverage

Readme

n8n-nodes-feishu-plus

飞书多维表格的 n8n 社区节点 — 支持 11 个 Bitable 操作,具备生产级重试、熔断和完整测试覆盖。

安装

在 n8n 中:

  1. 进入 SettingsCommunity Nodes
  2. 输入 n8n-nodes-feishu-plus
  3. 点击 Install

或通过命令行:

cd ~/.n8n/nodes
npm install n8n-nodes-feishu-plus

配置凭证

  1. 飞书开放平台 创建应用,获取 App ID 和 App Secret
  2. 在 n8n 中进入 CredentialsNewFeishu Plus API
  3. 填入 App ID 和 App Secret

功能列表

| 操作 | 说明 | |------|------| | 获取记录 | 获取单条记录 | | 创建记录 | 新增单条记录 | | 更新记录 | 更新单条记录 | | 删除记录 | 删除单条记录 | | 列出记录 | 列出记录,支持自动分页 | | 搜索记录 | 按条件搜索记录,支持 filter + 自动分页 | | 批量创建 | 批量新增记录(上限 500 条) | | 批量更新 | 批量更新记录(上限 500 条) | | 批量删除 | 批量删除记录(上限 500 条) | | 列出数据表 | 获取多维表格下所有数据表 | | 列出字段 | 获取数据表的字段定义 |

特性

  • 重试 + 熔断 — 指数退避重试 + 熔断器保护,应对飞书 API 限流
  • Token 自动刷新 — tenant_access_token 过期自动续期
  • Simplify 模式 — 开启后返回精简数据,去除飞书原始嵌套结构
  • 自动分页 — 列出/搜索操作自动拉取全部数据,无需手动翻页
  • 错误脱敏 — App Secret 不会出现在错误信息中
  • continueOnFail — 批量处理时单条失败不影响整体执行
  • 104 项测试 — 单元测试 + 集成测试全覆盖

开发

npm install
npm test          # 运行测试
npm run build     # 编译 TypeScript
npm run lint      # ESLint 检查

许可证

MIT