Socket
Socket
Sign inDemoInstall

expo-application

Package Overview
Dependencies
0
Maintainers
27
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 4.0.0

8

build/Application.d.ts

@@ -49,3 +49,3 @@ /**

*
* # Example
* @example
* ```ts

@@ -70,3 +70,3 @@ * await Application.getInstallReferrerAsync();

*
* # Example
* @example
* ```ts

@@ -109,3 +109,3 @@ * await Application.getIosIdForVendorAsync();

*
* # Example
* @example
* ```ts

@@ -122,3 +122,3 @@ * await Application.getInstallationTimeAsync();

*
* # Example
* @example
* ```ts

@@ -125,0 +125,0 @@ * await Application.getLastUpdateTimeAsync();

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

*
* # Example
* @example
* ```ts

@@ -92,3 +92,3 @@ * await Application.getInstallReferrerAsync();

*
* # Example
* @example
* ```ts

@@ -151,3 +151,3 @@ * await Application.getIosIdForVendorAsync();

*
* # Example
* @example
* ```ts

@@ -171,3 +171,3 @@ * await Application.getInstallationTimeAsync();

*
* # Example
* @example
* ```ts

@@ -174,0 +174,0 @@ * await Application.getLastUpdateTimeAsync();

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

## 4.0.0 — 2021-09-28
### 🛠 Breaking changes
- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
### 🐛 Bug fixes
- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
## 3.3.0 — 2021-09-08

@@ -15,0 +25,0 @@

{
"name": "expo-application",
"version": "3.3.0",
"version": "4.0.0",
"description": "A universal module that gets native application information such as its ID, app name, and build version at runtime",

@@ -35,3 +35,3 @@ "main": "build/Application.js",

},
"gitHead": "fe23a511edf816a3fea58d74856c2749a9de1463"
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
}

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

*
* # Example
* @example
* ```ts

@@ -100,3 +100,3 @@ * await Application.getInstallReferrerAsync();

*
* # Example
* @example
* ```ts

@@ -162,3 +162,3 @@ * await Application.getIosIdForVendorAsync();

*
* # Example
* @example
* ```ts

@@ -183,3 +183,3 @@ * await Application.getInstallationTimeAsync();

*
* # Example
* @example
* ```ts

@@ -186,0 +186,0 @@ * await Application.getLastUpdateTimeAsync();

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc