Socket
Socket
Sign inDemoInstall

desktop-deep-link

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    desktop-deep-link

A library to transform urls to deep link for a lot of desktop apps.


Version published
Weekly downloads
20
Maintainers
1
Created
Weekly downloads
 

Readme

Source

A typescript library to transform URIs to deep link for a lot of desktop apps. It is useful to open desktop app directly from a browser link or another app.

Installation

npm install desktop-deep-link

yarn install desktop-deep-link

Getting started

import createDeepLink from 'desktop-deep-link'

const deepLink = createDeepLink('https://todoist.com/app/project/foo')

// deepLink = todoist://project?id=foo

Works with:

  • Adobe XD
  • Discord
  • Microsoft Teams
  • Notion
  • Slack
  • TodoIst
  • VS Code
  • Zoom
  • https://github.com/metachris/typescript-boilerplate

FAQs

Last updated on 08 Apr 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc