Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
uvstat 📈 B3log 分布式社区的浏览、评论计数组件,欢迎加入下一代社区网络。
npm install uvstat --save
import Uvstat from 'uvstat'
const uvstat = new Uvstat()
uvstat.renderStat()
uvstat.renderCmtStat()
uvstat.getStat(['http://localhost:9219']).then(stats => {
console.log('getStat: ', stats)
})
uvstat.addStat()
<!-- ⚠️生产环境请指定版本号,如 https://cdn.jsdelivr.net/npm/uvstat@x.x.x/dist... -->
<script src="https://cdn.jsdelivr.net/npm/uvstat/dist/index.min.js" defer></script>
说明 | 默认值 | |
---|---|---|
cache | 访问过的页面不再进行统计 | true |
cacheId | localStorage 名称 | 'uvstat' |
loading | 加载中的 svg | - |
location | 计数 url 配置 | - |
location.hash | 是否统计 hash | false |
location.pathname | 是否统计 pathname | true |
location.search | 是否统计 search | false |
renderName | 浏览计数元素中的 data 属性名称 | 'uvstaturl' |
renderCmtName | 评论计数元素中的 data 属性名称 | 'uvstatcmt' |
cmtAPI | 评论统计请求地址 | 'https://ld246.com/apis/vcomment/count' |
timeout | 请求超时 ms | 2000 |
url | 服务端请求地址 | 'https://ld246.com/uvstat' |
说明 | |
---|---|
getStat(urls: ICount[], timeout: number = 0) | 获取给定 url 的浏览数 |
getCmtStat(cmts: ICount[], timeout: number = 0) | 获取给定帖子 id 的评论数 |
addStat() | 为当前页面添加计数 |
renderStat() | 浏览计数渲染 |
renderCmtStat(after?: (element: HTMLElement, cnt: number) => void) | 评论计数渲染 |
clearCache() | 清除缓存 |
B3log开源
FAQs
Statistics tool for static page
The npm package uvstat receives a total of 2 weekly downloads. As such, uvstat popularity was classified as not popular.
We found that uvstat 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.