
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
npm i pollen-map
微信开发者工具 -> 工具 -> 构建npm
引入pollen-map
const Pollen = require('pollen-map')
var pollen = new Pollen.Pollen(arr)//初始化pollen(放入初始数据)
var pollenData = pollen.getGatherCirclesFriendly(circles, circlesMarkers)//使用友好输出方式计算(放入配置好的圈/标记点)
或
var pollen = new Pollen.Pollen()//初始化pollen
pollen.setPoint(arr)//放入初始数据
var pollenData = pollen.getGatherCirclesArray()//获取处理后的标记数据,需要自行处理
直接操作属性pollen._config
_config = {
mode: 'median',//归类方式median中位数 ladder阶梯
radiusMax: 1000,//圆圈最大半径 单位米
radiusMin: 100,//圆圈最小半径 单位米
}//配置
FAQs
The npm package pollen-map receives a total of 0 weekly downloads. As such, pollen-map popularity was classified as not popular.
We found that pollen-map 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
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.