Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lazycatcloud/lzc-app-ext

Package Overview
Dependencies
Maintainers
12
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lazycatcloud/lzc-app-ext

<!-- * @Author: Bin * @Date: 2023-10-27 * @FilePath: /lzc-app-ext/README.md -->

  • 0.0.43
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-25%
Maintainers
12
Weekly downloads
 
Created
Source

lzc-app-ext

npm

注意:@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

Package last updated on 13 Nov 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc