Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-linking

Package Overview
Dependencies
Maintainers
27
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-linking - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

2

build/Linking.d.ts

@@ -8,3 +8,3 @@ import { EmitterSubscription } from 'react-native';

* @param handler An [`URLListener`](#urllistener) function that takes an `event` object of the type
* [`EventType`](#eventype).
* [`EventType`](#eventtype).
* @return An EmitterSubscription that has the remove method from EventSubscription

@@ -11,0 +11,0 @@ * @see [React Native documentation on Linking](https://reactnative.dev/docs/linking#addeventlistener).

@@ -14,3 +14,3 @@ import { UnavailabilityError } from 'expo-modules-core';

* @param handler An [`URLListener`](#urllistener) function that takes an `event` object of the type
* [`EventType`](#eventype).
* [`EventType`](#eventtype).
* @return An EmitterSubscription that has the remove method from EventSubscription

@@ -17,0 +17,0 @@ * @see [React Native documentation on Linking](https://reactnative.dev/docs/linking#addeventlistener).

@@ -13,2 +13,6 @@ # Changelog

## 7.0.2 — 2024-10-25
_This version does not introduce any user-facing changes._
## 7.0.1 — 2024-10-24

@@ -15,0 +19,0 @@

{
"name": "expo-linking",
"version": "7.0.1",
"version": "7.0.2",
"description": "Create and open deep links universally",

@@ -54,3 +54,3 @@ "main": "build/Linking.js",

},
"gitHead": "0a07b965c4bef67e7718355a0dc770d524ad3cee"
"gitHead": "5ad642a63afa9190ceb4e57dd52c8bdf71d93dd8"
}

@@ -17,3 +17,3 @@ import { UnavailabilityError } from 'expo-modules-core';

* @param handler An [`URLListener`](#urllistener) function that takes an `event` object of the type
* [`EventType`](#eventype).
* [`EventType`](#eventtype).
* @return An EmitterSubscription that has the remove method from EventSubscription

@@ -20,0 +20,0 @@ * @see [React Native documentation on Linking](https://reactnative.dev/docs/linking#addeventlistener).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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