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

expo-modules-core

Package Overview
Dependencies
Maintainers
21
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-modules-core - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

android/src/main/java/expo/modules/kotlin/views/ErrorViewGroup.kt

2

build/sweet/setUpErrorManager.fx.js

@@ -13,3 +13,3 @@ import { EventEmitter } from '../EventEmitter';

// We have to export `CodedError` via global object to use in later in the C++ code.
global.ExpoModulesCore_CodedError = CodedError;
globalThis.ExpoModulesCore_CodedError = CodedError;
//# sourceMappingURL=setUpErrorManager.fx.js.map

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

## 1.5.4 — 2023-07-04
### 🐛 Bug fixes
- Fix the `View cannot be cast to ViewGroup` exception on Android. ([#23264](https://github.com/expo/expo/pull/23264) by [@lukmccall](https://github.com/lukmccall))
### 💡 Others
- Changed Objective-C names for `ExpoReactDelegate` and `ExpoReactDelegateHandler` to fix issues with versioning in Expo Go. ([#23229](https://github.com/expo/expo/pull/23229) by [@tsapeta](https://github.com/tsapeta))
## 1.5.3 — 2023-06-24

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

{
"name": "expo-modules-core",
"version": "1.5.3",
"version": "1.5.4",
"description": "The core of Expo Modules architecture",

@@ -45,3 +45,3 @@ "main": "build/index.js",

},
"gitHead": "19e6561830e33168b1c963ec50b7248baafbb758"
"gitHead": "cf90d5c30c2a08a6493ebfa8aa3791aa70666759"
}

@@ -16,2 +16,2 @@ import { EventEmitter } from '../EventEmitter';

// We have to export `CodedError` via global object to use in later in the C++ code.
global.ExpoModulesCore_CodedError = CodedError;
globalThis.ExpoModulesCore_CodedError = CodedError;

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

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