Socket
Socket
Sign inDemoInstall

expo-application

Package Overview
Dependencies
Maintainers
26
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-application - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

android/src/main/java/expo/modules/application/ApplicationModule.kt

2

build/Application.js

@@ -1,2 +0,2 @@

import { UnavailabilityError } from '@unimodules/core';
import { UnavailabilityError } from 'expo-modules-core';
import ExpoApplication from './ExpoApplication';

@@ -3,0 +3,0 @@ // @needsAudit

@@ -1,2 +0,2 @@

declare const _default: import("@unimodules/core").ProxyNativeModule;
declare const _default: import("expo-modules-core").ProxyNativeModule;
export default _default;

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from '@unimodules/core';
import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.ExpoApplication;
//# sourceMappingURL=ExpoApplication.js.map

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

## 3.3.0 — 2021-09-08
### 💡 Others
- Rewrite android code to Kotlin ([#13792](https://github.com/expo/expo/pull/13792) by [@kkafar](https://github.com/kkafar))
- Add basic unit tests to Kotlin. ([#13792](https://github.com/expo/expo/pull/13792) by [@kkafar](https://github.com/kkafar))
## 3.2.0 — 2021-06-16

@@ -15,0 +22,0 @@

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

@@ -31,7 +31,7 @@ "main": "build/Application.js",

"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/application/",
"homepage": "https://docs.expo.dev/versions/latest/sdk/application/",
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "c80d4c938920c5111e34c2dbca3a6bf500dff0e1"
"gitHead": "fe23a511edf816a3fea58d74856c2749a9de1463"
}

@@ -1,2 +0,2 @@

import { UnavailabilityError } from '@unimodules/core';
import { UnavailabilityError } from 'expo-modules-core';

@@ -3,0 +3,0 @@ import ExpoApplication from './ExpoApplication';

@@ -1,2 +0,2 @@

import { NativeModulesProxy } from '@unimodules/core';
import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.ExpoApplication;

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc