
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@beisen/common-func
Advanced tools
cnpm install 或 npm install cnpm使用教程
npm run dev (开发环境打包 port:8080)
npm run build (生产环境打包)
clearToolTipDom()
清除tooltip,防止某些情况下tooltip未被清除uid(flag)
生成 标识符+时间毫秒数judgeBrowser()
获取当前浏览器名称judgeSys()
获取当前系统名称contains(root, n)
判断n元素是否是root中的子元素addResizeListener(element, fn)
监听element变化removeResizeListener(element, fn)
移除监听createDom(id)
在body上追加一个id为xx的div节点getHeightLight(searchval, text)
筛选关键字,例: searchval:"测试", text:"通用测试样例"
,返回值中 "测试" 会被<em>
标签包裹deepClone(data)
深克隆transferData(data)
将扁平结构数据转化为树形结构,例: [{id:1,pid:0},{id:2,pid:1}] => [{id:1,pid:0,li:[{id:2,pid:1}]}]encode(str)
把正常字符串编码成HTML格式decode(str)
把HTML格式字符串编码成正常字符串1.安装npm组件包
npm install @beisen/common-func --save-dev
2.引用组件
import {clearToolTipDom, xx} from "@beisen/common-func"
FAQs
CommonFunc
We found that @beisen/common-func demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.