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

vexth

v1.0.2

Published

- 您的`star`是我最大的动力,欢迎`star`😆😆😆😆😆 - 由于增加了一下不能兼容IE低版本的方法,目前打包好的代码是没有的,请使用各个JavaScript文件中的方法 - 重新打包好的代码,减少代码体积,打包好代码中移除了下面删除的代码片段

Downloads

7

Readme

build

  • 您的star是我最大的动力,欢迎star😆😆😆😆😆
  • 由于增加了一下不能兼容IE低版本的方法,目前打包好的代码是没有的,请使用各个JavaScript文件中的方法
  • 重新打包好的代码,减少代码体积,打包好代码中移除了下面删除的代码片段

对于API调用的说明:

Array

  • arrayEqual:判断两个数组是否相等

  • group:根据个数分割数组,并转化成多个数组

  • ~~isFilter:让IE9以下的浏览器兼容Array.prototype.filter方法~~

  • arrayUnique:数组去重

  • bifurcateBy: 取出数组中,对象相同属性的对象

  • compact:去除不需要的元素

Class

Cookie

Device

  • getExplore:获取浏览器类型和版本

  • getOS:获取操作系统类型

Dom

  • getScrollTop:获取滚动条距顶部的距离

  • offset:获取一个元素的距离文档(document)的位置,类似jQ中的offset()

  • scrollTo:在${duration}时间内,滚动条平滑滚动到${to}指定位置

  • setScrollTop:设置滚动条距顶部的距离

  • windowResize:H5软键盘缩回、弹起回调 当软件键盘弹起会改变当前 window.innerHeight,监听这个值变化

Function

Keycode

Object

Random

Regexp

String

  • digitUppercase:现金额转大写

  • Trim:取出字符串中所有的空格, 第二个参数为:g

Support

Time

Url

Promise

  • ~~isPromise:给不支持Promise的浏览器增加此方法~~

Search

  • Search:增加前端模糊搜索方法

说明

  • 目前浏览器直接使用的还没有打包生成