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

bluestar-util

v1.0.18

Published

- 新增vueUse: useLocalStorage, useSessionStorage, useQuery; - 优化时间格式化函数

Readme

bluestar-util

1.0.18

  • 新增vueUse: useLocalStorage, useSessionStorage, useQuery;
  • 优化时间格式化函数

1.0.17

  • 完善Color对象的功能
  • 修复useApi的部分异常错误

1.0.16

  • 增加时间轴控制器

1.0.12

  • 修复useApi拦截接口取消失效的问题

1.0.11

  • 增加时间格式化函数和延迟函数

1.0.10

  • 提升useApiInterceptor的稳定性

1.0.9

  • 提升weg的稳定性,增加错误提示

1.0.8

  • 升级weg数据文件,新增weg数据对uint8的支持

1.0.7

  • webGLTool工具支持VAO存储,扩展webGLTool功能

1.0.6

  • 修复新增useApiInterceptor引用错误以及意外报错

1.0.5

  • 升级weg相关解析decodeWegFile到weg1.0版本,增加了对UV场的支持
  • 新增decodeGzip, encodeGzip可以解码编码GZIP数据
  • 新增EventController事件调用异步支持,现在可以使用 await eventController.emit()
  • 新增debounce防抖, throttle节流
  • 修复生产环境下weg数据的解析错误
  • 新增WebGLTool
  • 新增useApiInterceptor, 现在,可以保证请求的安全使用了,调用该拦截器可以在组件销毁时,自动取消请求,并拦截后续代码的执行。

1.0.4

  • 稳定性提升
  • 修复defineLang在生产环境下的错误
  • 新增对于mock模式的支持,现在可以配置请求上的mockSource来实现mock模式的运行。