Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@beisen-platform/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
The npm package @beisen-platform/common-func receives a total of 11 weekly downloads. As such, @beisen-platform/common-func popularity was classified as not popular.
We found that @beisen-platform/common-func 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.