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

expo-modules-core

Package Overview
Dependencies
Maintainers
24
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 0.0.1-canary-20231129-c0ec023 to 0.0.1-canary-20231130-c8a9bf9

expo-modules-core-0.0.1-canary-20231130-c8a9bf9.tgz

4

build/NativeModulesProxy.d.ts
import { ProxyNativeModule } from './NativeModulesProxy.types';
/**
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases.
* Use `requireNativeModule` or `requireOptionalNativeModule` instead.
*/
declare const _default: {

@@ -3,0 +7,0 @@ [moduleName: string]: ProxyNativeModule;

// We default to an empty object shim wherever we don't have an environment-specific implementation
/**
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases.
* Use `requireNativeModule` or `requireOptionalNativeModule` instead.
*/
export default {};
//# sourceMappingURL=NativeModulesProxy.js.map

@@ -20,2 +20,3 @@ # Changelog

- Bump C++ compiler setting to C++20. ([#25548](https://github.com/expo/expo/pull/25548) by [@kudo](https://github.com/kudo))
- Marked `NativeModulesProxy` as deprecated in favor of `requireNativeModule` and `requireOptionalNativeModule`. ([#25666](https://github.com/expo/expo/pull/25666) by [@tsapeta](https://github.com/tsapeta))

@@ -22,0 +23,0 @@ ## 1.10.0 — 2023-11-14

6

package.json
{
"name": "expo-modules-core",
"version": "0.0.1-canary-20231129-c0ec023",
"version": "0.0.1-canary-20231130-c8a9bf9",
"description": "The core of Expo Modules architecture",

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

"@testing-library/react-hooks": "^7.0.1",
"expo-module-scripts": "0.0.1-canary-20231129-c0ec023"
"expo-module-scripts": "0.0.1-canary-20231130-c8a9bf9"
},
"gitHead": "c0ec023855579d0d269e1f2e69717cf172af8fe5"
"gitHead": "c8a9bf969d6da56f42cf18652a42a03b493ee34e"
}
import { ProxyNativeModule } from './NativeModulesProxy.types';
// We default to an empty object shim wherever we don't have an environment-specific implementation
/**
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases.
* Use `requireNativeModule` or `requireOptionalNativeModule` instead.
*/
export default {} as { [moduleName: string]: ProxyNativeModule };

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