
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@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 1 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.