Socket
Socket
Sign inDemoInstall

url-to-deep-link

Package Overview
Dependencies
3
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 1.0.0

2

package.json
{
"name": "url-to-deep-link",
"version": "0.0.2",
"version": "1.0.0",
"description": "Transform URLs to Deep Links and open your users apps",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -34,25 +34,19 @@ # url-to-deep-link [![Build Status](https://travis-ci.org/enzoferey/url-to-deep-link.svg?branch=master)](https://travis-ci.org/enzoferey/url-to-deep-link)

- #### Page
- **Page**: `https://www.facebook.com/YOUR_PAGE_ID`
`https://www.facebook.com/YOUR_PAGE_ID`
### Instagram
- #### Profile
- **Profile**: `https://www.instagram.com/YOUR_USERNAME`
`https://www.instagram.com/YOUR_USERNAME`
- **Post** (ONLY ANDROID): `https://www.instagram.com/p/YOUR_POST_ID`
- #### Post (ONLY ANDROID)
`https://www.instagram.com/p/YOUR_POST_ID`
### Twitter
- #### Profile
- **Profile**: `https://www.twitter.com/YOUR_USERNAME`
`https://www.twitter.com/YOUR_USERNAME`
- **Tweet**: `https://twitter.com/YOUR_USERNAME/status/YOUR_TWEET_ID`
- #### Tweet
## Notes
`https://twitter.com/YOUR_USERNAME/status/YOUR_TWEET_ID`
Facebook URL transformation by page name instead of ID and Instagram's post URL on iOS are not suported because they require an asynchronous call in order to get the ID of the page/post. In [`./lib/apps/facebook.js`](./lib/apps/facebook.js) you can find an async version commented working fine although Facebook apps are currently a mess and there is no way to get an API access token.

@@ -59,0 +53,0 @@ ## Test

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