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

ryt-jssdk

v1.4.9

Published

## 本地开发

Readme

ryt-jssdk

本地开发

# 本地预览
yarn run serve

打包推送流程

1. 打包 SDK,产物输出到 lib 目录

yarn run lib

2. 推送 release 分支

git push origin release

3. 发布 npm 包

npm publish


> 如仅需发布 npm 包,也可以使用项目脚本 `npm run pub`;如需走宜宾部署平台,使用 `npm run deploy:yb`。

## 更新日志

### 版本 1.4.9(2026-05-14)

- 【修复】`checkNotificationStatus`:查询推送权限时直接 `resolve` 原生返回结果,避免权限状态不是 `success` 时被误判为调用失败。
- 【优化】更新示例页面中推送权限查询的提示文案。

### 版本 1.4.8(2026-04-27)

- 【新增】`openWechatApplet`:打开微信小程序。
- 【新增】`checkNotificationStatus`:查询推送权限
- 【新增】`openAppSetting`:打开系统设置页面,方便用户修改权限
- 【新增】`openFeedback`:打开 App 内意见反馈页面

### 版本 1.4.7(2025-08-06)

-【修改】`checkNotificationStatus`: 修改返回值