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.
@zxyf/ftfsync
Advanced tools
FTF 远程同屏是一种非视频类同屏技术,由中新云服研发,其广泛应用于网页同屏技术领域,集成了网页同步,语音同步,涂鸦同步等核心能力,实现“屏对屏、面对面”的远程交流效果,通过 FTF 云服务对外开放,支持 SaaS 与私有化使用,致力于帮助使用者快速搭建低成本、低代码、低流量、低延时、高品质的同屏互动解决方案。
FTF 远程同屏有三种模式,本文档以其中一种模式(该模式接入简单,性能中等)为例,如需其他模式请注册 FTF 远程同屏申请试用
首先通过以下方式启动创建一个FTF
import { createFTF } from '@zxyf/ftfsync';
const ftf = await createFTF();
此时会弹出下载使用的页面,如图
然后输入您的姓名、邮箱、手机号,提交后会有商务经理与您联系并提供给您同屏库、对接文档以及授权码connectCode
。
申请使用后会有商务经理主动跟您联系,并提供给您同屏库、对接文档以及授权码connectCode
,您拿到文档和授权码connectCode
之后可以按照以下方式接入。
<!-- 引入同屏库 -->
<script src="./ftf-sync.js"></script>
import { createFTF } from '@zxyf/ftfsync';
const query = new URLSearchParams(location.search);
// 创建FTF实例
const ftf = await createFTF({
// connectCode 获取方式: 传空值,然后通过注册页面获取connectCode以及同屏文档
connectCode: '',
// 同屏房间ID
roomId: query.get('roomId'),
// 同屏区域
panelEl: document.getElementById('app')
});
console.log(ftf);
详细文档在您申请使用之后会有商务经理为您提供。
FAQs
FTF remote web page syncing is a non-video screen sharing technology
We found that @zxyf/ftfsync 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
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.