New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

launch-application

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launch-application

pc web launch application 唤起桌面应用

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

launchApplication

使用示例

import launchApplication from 'launch-application';

let url = 'xxx://open';

function success() {
  alert('success');
}

function fail() {
  alert('fail')
}

launchApplication(url, success, fail);

launchApplication(url, success, fail);

唤起桌面应用

参数

  • url 外链地址
  • success 成功回调
  • fail 失败回调

具体使用请参考 test

FAQs

Package last updated on 26 Oct 2017

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