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.
@lazycatcloud/lzc-app-ext
Advanced tools
<!-- * @Author: Bin * @Date: 2023-10-27 * @FilePath: /lzc-app-ext/README.md -->
注意:@lazycatcloud/lzc-app-ext 已弃用,请各客户端调用自己维护 client native 相关 API,如果有问题请联系 @runui
目前仅提供 @lazycatcloud/sdk/extentions
中函数的 UMD 编译版本,主要提供给设备系统登录页面、异常页面等使用 (警告: 本依赖包不能与 @lazycatcloud/sdk 一起使用!!!)。
jsDelivr 方式使用
<script src="https://cdn.jsdelivr.net/npm/@lazycatcloud/lzc-app-ext@latest/dist/index.umd.min.js"></script>
<script>
var appCommon = lzcAppExt.AppCommon;
appCommon.LaunchApp("https://bin.zmide.com","com.zmide.bin");
</script>
NPM 方式使用
# 安装依赖包
npm install @lazycatcloud/lzc-app-ext
# 导入引用
import { AppCommon } from '@lazycatcloud/lzc-app-ext';
AppCommon..LaunchApp("https://bin.zmide.com","com.zmide.bin");
FAQs
<!-- * @Author: Bin * @Date: 2023-10-27 * @FilePath: /lzc-app-ext/README.md -->
The npm package @lazycatcloud/lzc-app-ext receives a total of 3 weekly downloads. As such, @lazycatcloud/lzc-app-ext popularity was classified as not popular.
We found that @lazycatcloud/lzc-app-ext demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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.