Socket
Socket
Sign inDemoInstall

react-native-webview

Package Overview
Dependencies
Maintainers
4
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-webview - npm Package Compare versions

Comparing version 13.5.0 to 13.5.1

3

lib/WebView.ios.js

@@ -120,3 +120,4 @@ var __assign = (this && this.__assign) || function () {

injectJavaScript: function (data) { return webViewRef.current && Commands.injectJavaScript(webViewRef.current, data); },
requestFocus: function () { return webViewRef.current && Commands.requestFocus(webViewRef.current); }
requestFocus: function () { return webViewRef.current && Commands.requestFocus(webViewRef.current); },
clearCache: function (includeDiskFiles) { return webViewRef.current && Commands.clearCache(webViewRef.current, includeDiskFiles); }
}); }, [setViewState, webViewRef]);

@@ -123,0 +124,0 @@ useWarnIfChanges(allowsInlineMediaPlayback, 'allowsInlineMediaPlayback');

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "13.5.0",
"version": "13.5.1",
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",

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

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