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

netender-web-sdk

v1.1.5

Published

NETender SDK Web SDK 是网易会议招采场景专用的 SDK,提供了招采会议场景下的核心接口服务,不包含 UI 组件。它是 tender-kit-web 的核心服务层。

Readme

NETender SDK Web SDK

NETender SDK Web SDK 是网易会议招采场景专用的 SDK,提供了招采会议场景下的核心接口服务,不包含 UI 组件。它是 tender-kit-web 的核心服务层。

特性

  • 🚀 轻量级:不包含 UI 组件
  • 🔧 灵活:提供完整的会议功能接口,可被不同 UI 层调用
  • 📦 TypeScript:完整的 TypeScript 支持
  • 🏗️ 模块化:按功能模块分离,易于维护和扩展

meeting_kit 核心接口一览

| 接口名 | 说明 | | --------------------------- | ------------------ | | [initialize] | SDK 初始化 | | [unInitialize] | SDK 反初始化 | | [getAccountManager] | 获取账号管理器 | | [getMeetingManager] | 获取会议管理器 | | [getAudioManager] | 获取音频管理器 | | [getVideoManager] | 获取视频管理器 | | [getSecurityManager] | 获取安全管理器 | | [getInviteManager] | 获取邀请管理器 | | [getMemberManager] | 获取成员管理器 | | [getChatroomManager] | 获取聊天室管理器 | | [getScreenShareManager] | 获取屏幕共享管理器 | | [getWhiteboardManager] | 获取白板管理器 | | [getAnnotationManager] | 获取批注管理器 | | [getRecordManager] | 获取录制管理器 | | [getPluginManager] | 获取插件管理器 | | [getNotificationManager] | 获取通知管理器 | | [getTranscriptionManager] | 获取转写管理器 | | [getInterpretationManager] | 获取同传管理器 | | [getBreakoutManager] | 获取分组讨论管理器 | | [getQualityMonitorManager] | 获取质量监控管理器 | | [getPreMeetingManager] | 获取会前管理器 | | [addGlobalEventListener] | 添加全局事件监听器 | | [removeGlobalEventListener] | 移除全局事件监听器 | | [getSDKLogPath] | 获取 SDK 日志路径 | | [getAppNoticeTips] | 获取会议信息通知 | | [setExceptionHandler] | 设置异常处理 | | [startMarvel] | 启动 Marvel | | [checkSystemRequirements] | 检查系统环境支持 |

许可证

MIT

贡献

欢迎提交 Issue 和 Pull Request。