🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@paraview/lib

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraview/lib

Powered by Para FED

latest
npmnpm
Version
3.0.5
Version published
Maintainers
3
Created
Source

3.0.5

@paraview/lib@3.0.5 发布
     升级axios^1.7.7
     补充文档debounce,throttle文档
        

3.0.4

@paraview/lib@3.0.4 发布
     新增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/lib@3.0.3 发布
    【encrypt】utils新增rsa加密方法

版本: 3.0.2

@paraview/lib@3.0.2 发布
    【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

FAQs

Package last updated on 09 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts