Socket
Socket
Sign inDemoInstall

react-native-webview

Package Overview
Dependencies
514
Maintainers
4
Versions
316
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.9.1 to 13.10.0

8

package.json

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

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

@@ -20,3 +20,3 @@ "scripts": {

"macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",
"start": "cd example && react-native start",
"start": "react-native start",
"windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64",

@@ -54,3 +54,3 @@ "ci": "CI=true && yarn lint",

"@react-native/typescript-config": "0.73.1",
"@rnx-kit/metro-config": "1.3.14",
"@rnx-kit/metro-config": "1.3.15",
"@semantic-release/git": "7.0.16",

@@ -68,3 +68,3 @@ "@types/invariant": "^2.2.30",

"react-native-macos": "0.73.17",
"react-native-test-app": "3.5.1",
"react-native-test-app": "3.5.9",
"react-native-windows": "0.73.8",

@@ -71,0 +71,0 @@ "selenium-appium": "1.0.2",

const project = (() => {
const fs = require('fs');
const path = require('path');
try {
const { configureProjects } = require('react-native-test-app');
return configureProjects({
android: {
sourceDir: path.join('example', 'android'),
manifestPath: path.join(__dirname, 'example', 'android'),
},

@@ -15,6 +12,5 @@ ios: {

},
windows: fs.existsSync('example/windows/WebviewExample.sln') && {
windows: {
sourceDir: path.join('example', 'windows'),
solutionFile: path.join('example', 'windows', 'WebviewExample.sln'),
project: path.join(__dirname, 'example', 'windows'),
},

@@ -21,0 +17,0 @@ });

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc