
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
npm install fzy-tools
const itnodetools = require('fzy-tools')
// 调用 dateFormat 对时间进行格式化
const dtStr = itnodetools.dateFormat(new Data())
// 结果是 2023-03-37 10:00:00
console.log(dtStr)
// 带转换的 HTML 字符串
const htmlStr = '<h1 title="abc">这是h1标签<span>123 </span></h1>'
// 调用 htmlEscape 方法进行转换
const str = itnodetools.htmlEscape(htmlStr)
// 转换结果 <h1 title="abc">这是h1标签<span>这是&nbsp;span标签</span></h1>
console.log(str)
// 待还原的 HTML 字符串
const str2 = itnodetools.htmlEscape(str)
// 输出的结果 <h1 title="abc">这是h1标签<span>这是 span标签</span></h1>
console.log(str2)
ISC
FAQs
提供了格式化时间、HTMLEscape的功能
The npm package fzy-tools receives a total of 2 weekly downloads. As such, fzy-tools popularity was classified as not popular.
We found that fzy-tools 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.