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

@paraview/lib

v3.0.5

Published

Powered by Para FED

Downloads

135

Readme

3.0.5

@paraview/[email protected] 发布
     升级axios^1.7.7
     补充文档debounce,throttle文档
        

3.0.4

@paraview/[email protected] 发布
     新增array、time、object、json、func、vaildate、dom等公共方法
     新增ts工具类
     新增localStorage(缓存类)、poll(轮询类)
     paralib接入单测

     移除 node-sass;
     移除 react-intl-hooks;
     升级 @paraui/core 至 4.x;升级 @paraui/icons 至 4.x;
     升级 @para-snack/core 至 2.3.6
     升级 webpack-cli 至 5.1.4
    【webpack.config.js】添加移除注释、移除断点配置
     

3.0.3

@paraview/[email protected] 发布
    【encrypt】utils新增rsa加密方法

版本: 3.0.2

@paraview/[email protected] 发布
    【debugger/ui/ajax】移除多余console.log

3.0.1

fix: GetBrowserClass、IsIE 方法判断浏览器错误的问题

3.0.0

基于 2.1.10 合并原 2.2.0 版本功能:
移除validate中IsMobile方法

2.1.10

新增大量正则校验方法

2.1.9

调整Context.load请求超时时间默认为10秒,方法第三位参数可外部指定超时时间;
调整Debugger加载调试服务列表超时时间默认为10秒;

2.1.8

修复 axios Get、Delete 请求无法自动转义'[]'问题, 添加axios params 序列化 ( https://github.com/axios/axios/issues/3345)

2.1.7

调整【Debuger】组件加载服务列表的超时时间从3000ms提高到5000ms

2.1.6

修复【Debuger】组件因为接口数据不存在$info.version而出现异常错误的问题;

2.1.5

修改whatOS,增加一组iOS的判断,讲原来返回的iPhone修改成iOS

2.1.4

修复WhatOS方法判断版本不符合预期的出现undefined的错误;

2.1.3

修复Ws请求使用ctx参数自动拼接上下文时,如果url为一个相对路径,则地址会拼接错误的问题;

2.1.2

dependencies add axios

2.1.1

移动部分无用生产依赖至开发依赖中

2.1.0

update @para-snack/core to 2.x

2.0.5

主入口新增默认导出:
export default { 
    esso,
    http,
    ui,
    utils,
    version
}

2.0.3

修复Debugger模块,init方法提示定义错误;

2.0.2

修复Debugger模块初始化context为异步的错误;

2.0.0

替换项目为新版脚手架;
变更包名为 @paraview/lib;
重新Debugger调试模块;
现在Debugger模块不与其他模块一起打包输出,作为一个单独的模块引用@paraview/lib/debugger