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 🙏

© 2024 – Pkg Stats / Ryan Hefner

infra-pilot

v1.0.2

Published

<div align="center"> <a href="#" target="_blank"> <img src="https://z1.ax1x.com/2023/10/10/pPzexKJ.png" alt="mito-logo" height="90"> </a> <p>一款轻量级的前端性能监控JS SDK,包括常见错误收集、用户行为以及自定义日志上报,提供全链路日志可视化界面。</p>

Downloads

97

Readme

npm version license Code style GitHub last commit build status codecov

功能

  • [x] 🔨监听请求错误
  • [x] 🔨console
  • [x] 🔨路由跳转
  • [x] 🔨代码报错
  • [x] 🔨click、wx:tab、touchmove
  • [x] 🔨资源加载错误
  • [x] 🏅自定义上报错误
  • [x] 🚀丰富的hooks与配置项支持可高定制化
  • [x] 🌝支持IE8和安卓5以上
  • [x] 👌持续迭代与更新
  • [x] 完善的浏览器e2e和微信小程序e2e
  • [x] 完善的单元测试(77%~coding)
  • [x] 支持原生Web @tr-infra/pilot-browser
  • [x] 支持Web框架(Vue3、Vue2、React@Next) @tr-infra/pilot-web
  • [x] 支持原生微信小程序、支持uni-app等微信小程序框架 @tr-infra/pilot-wx-mini
  • [x] 支持Web性能监控 @tr-infra/pilot-web-performance
  • [x] 支持微信小程序性能监控 @tr-infra/pilot-wx-mini-performance

安装

web

使用npm

$ npm i @tr-infra/pilot-web

使用yarn

$ yarn add @tr-infra/pilot-web

web-performance

$ npm i @tr-infra/pilot-web-performance

使用yarn

$ yarn add @tr-infra/pilot-web-performance

wx-mini

使用npm

$ npm i @tr-infra/pilot-wx-mini

使用yarn

$ yarn add @tr-infra/pilot-wx-mini

使用指南

使用指南

hooks与配置项

hooks与配置项

示例

monitor-在线demo

monitor-在线demo

收集信息平台展示

该SDK能收集哪些信息:下面这些例子给你一一展示:

react-example

vue-在线示例

react-在线示例

js-在线示例

wx-mini-在线示例