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

wxq-compon

v1.0.5

Published

do some test king

Readme

wxq-custom v1.0.5

多项目私有/公共组件、更新的测试实践。

安装

$ yarn add wxq-compon  # or npm i wxq-compon -S

案例使用详情

1. $ git clone https://gitee.com/OKingWeb/wxq-example.git
2. 访问 https://gitee.com/OKingWeb/wxq-example ,手动下载并解压

组件说明

  1. 请安装packjson里面的环境,(未merge到包内)
  2. 组件需要放入Routes 组件内,(基于react-router)
  3. 登录账户:姓名--admin 密码--admin@123

入参说明

{
 toPath: 'string' // react-router,  跳转页路由
 animationType: 1, // 二维码动画方式,目前支持 1,2,3
 isShowWellcome: true, // 是否开启欢迎特效
 verificationCodeType: 1, // 验证码方式,待扩展,目前仅支持滑动旋转
 password:{
   encryption:2,   // 加密方式;1.对称加密,2.非对称加密
   AESpublicKey: '123', // 对称加密公钥,非对称已默认生成密钥对
 },
 sign:{
   isOpen: true, // 是否开启接口签名,防篡改。开启后请求头参数X-Wxq-With-Sign可见。配置采用非对称单次请求有效的方式
   signKeys:[ randomKey,params,data,headers,url,publicKey],  // 默认配置,仅展示
 },
 validateUrl: { // 验证地址
  isStrict: false, // 安全策略严格,只能从固定的url获取资源
  url: '', // 已默认配置 post 入参为{username: string,password: string}
 },
 logo: 'string', // (url)二维码logo图片,资源地址
}

解释

该项目为个人构建demo, 仅限测试使用

问题及建议

请联系 [email protected]

License

UNLICENSED