Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@beisen/analysis-pms
Advanced tools
从版本0.4.2开始,路径换为
https://stnew03.beisen.com/ux/beisen-common/@beisen/analysis-pms/iTalentPMS-0.4.2.min.js
Splash--1
Ajax--2
All--3
CSS--4
JS--5
Render--6
Rerender--7
Action--8
perfCol集合方式 --- 12
var ns = t.navigationStart; //开始获取网页的时间
var redirect = t.redirectEnd - t.redirectStart; //跳转时间间隔
var dns = t.domainLookupEnd - t.domainLookupStart; //dns查找时间间隔
var connect = t.connectEnd - t.connectStart; //TCP建立连接的时间
var request = t.responseStart - t.requestStart; //浏览器向服务器发出HTTP请求到收到第一个字节的时间间隔
var response = t.responseEnd - t.responseStart; //浏览器收到第一个字节到最后一个字节的时间间隔
var domReady = t.domContentLoadedEventStart - t.responseEnd; //从浏览器收到最后一个字节到解析完dom的时间间隔
var pageLoaded = t.loadEventStart - t.responseEnd; //从浏览器收到最后一个字节开始解析到onload事件触发的时间间隔
var pageTotal = t.loadEventEnd - t.navigationStart; //从浏览器收到最后一个字节到onload事件触发完毕的时间间隔
0.1.15
0.1.14
0.1.13(该版本是测试版本,不可用)
0.1.12
0.1.11
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
FAQs
## 用来收集浏览器性能数据和自定义打点的脚本文件
We found that @beisen/analysis-pms 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.