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

qdd-webim

v1.1.11

Published

qdd-webim

Downloads

51

Readme

qdd-webim

qdd-webim

npm install qdd-webim

cnpm install qdd-webim

##1.1.11

  1. 服务迁移linux系统, 大小写文件名敏感。将包内main修改为Main;

##1.1.9

  1. 会话列表改为存储在sessionStorage中,获取方式改为由调用端通过自己的接口获取(PS:环信只保存7天);
  2. 优化滚动条记录,缓存在内存中,不再缓存在会话中;
  3. 优化会话已读回执,回执时发送emptyUnReadCount事件,通知调用端做相关操作(例如调接口清空未读);
  4. 优化:接口返回的session的时间戳以前的消息不计入未读数;
  5. 优化样式;适配H5

##1.1.6

  1. 自定义卡片可以直接发送,也可以显示卡片,点击后发送
  2. 发送消息时扩展消息中加上城市cityCode
  3. 添加imReady事件,imReady表示环信准备工作完成,准备工作包括环信连接登录和获取左侧会话列表
  4. 添加openViewPhone事件,特定消息(商家引导语回复的消息)可以打开查看手机号弹窗

##1.1.5

  1. 重构代码,初始化WebIM与登录分开。在使用时也需要分别调用,先初始化,再登录

##1.1.4

  1. 聊天添加创业大礼包显示
  2. 适配【您的专属权益】显示

##1.1.3

  1. 修复左侧会话最多展示10条,解决方案是左侧会话列表缓存本地localStorage。
  2. 点击会话时,在进行消息已读回执的时候同步更新本地会话列表。
  3. 添加vip展示模块