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 1.0.0 to 1.0.1

2

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

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

@@ -24,2 +24,4 @@ # 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)

```js
// ES5 require syntax also works
// var getAndroidDeepLink = require("url-to-deep-link").getAndroidDeepLink;
import { getAndroidDeepLink, getIOSDeepLink } from "url-to-deep-link";

@@ -26,0 +28,0 @@

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