
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
通用函数工具库
npm install itool
import { formatTime, htmlEscape,htmlUnEscape,formatMoney } form 'itool'
//时间格式化
const time = new Date()
const formatTime = formatTime(time) //2022年1月22日 21:03:55
const formatTime = formatTime(time, false) //21:03:55
// 人民币格式化
const formatMoney = formatMoney(12345.678) // ¥12,345.68
// html转义(防止xxs攻击)
const htmlEscape = htmlEscape('<h1>hello</h1>') // <h1>hello</h1>
// 浏览器缓存
cache.setCache(key, value) // 设置
cache.getCache(key) // 获取
cache.deleceCache(key) // 删除
cache.clearCache() // 清空
ISC
FAQs
I UTOOLS FOR ME AND YOU
The npm package itool receives a total of 11 weekly downloads. As such, itool popularity was classified as not popular.
We found that itool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.