Socket
Socket
Sign inDemoInstall

react-native-deep-linking

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-deep-linking - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

package.json
{
"name": "react-native-deep-linking",
"version": "2.0.2",
"version": "2.1.0",
"description": "React Native URL routing library",

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

@@ -69,2 +69,3 @@ const schemes = [];

const evaluateUrl = (url) => {
let solved = false;
schemes.forEach((scheme) => {

@@ -76,2 +77,3 @@ if (url.startsWith(scheme)) {

if (result) {
solved = true;
route.callback({ scheme, ...result });

@@ -82,2 +84,4 @@ }

});
return solved;
};

@@ -84,0 +88,0 @@

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