Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@metamask/react-native-webview

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/react-native-webview - npm Package Compare versions

Comparing version
14.3.0
to
14.4.0
+3
-1
android/src/main/j...nativecommunity/webview/RNCWebView.java

@@ -288,3 +288,5 @@ package com.reactnativecommunity.webview;

@NonNull Uri sourceOrigin, boolean isMainFrame, @NonNull JavaScriptReplyProxy replyProxy) {
RNCWebView.this.onMessage(message.getData(), sourceOrigin.toString());
if (isMainFrame) {
RNCWebView.this.onMessage(message.getData(), sourceOrigin.toString());
}
}

@@ -291,0 +293,0 @@ };

@@ -13,3 +13,3 @@ {

"license": "MIT",
"version": "14.3.0",
"version": "14.4.0",
"homepage": "https://github.com/MetaMask/react-native-webview-mm#readme",

@@ -16,0 +16,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet