
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.