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

cordova-plugin-ionic-webview

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-ionic-webview - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0-0

2

package.json
{
"name": "cordova-plugin-ionic-webview",
"version": "2.4.1",
"version": "2.5.0-0",
"description": "Ionic Web View Engine Plugin",

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

@@ -57,2 +57,10 @@ <!--

```xml
<preference name="WKPort" value="YOUR_RANDOM_PORT_NUMBER" />
<allow-navigation href="http://localhost:YOUR_RANDOM_PORT_NUMBER/*"/>
```
Replace `localhost` with your custom HostName, if applicable.
### iOS Preferences

@@ -82,11 +90,10 @@

#### WKSuspendInBackground (Removed in 2.4.0)
#### WKSuspendInBackground
This preference has been removed in 2.4.0 version of the plugin as it relied on a private API. Apps relying on this preference will not work as intended after the update. It will act as the previous default value, which was true.
```xml
<preference name="WKSuspendInBackground" value="true" />
<preference name="WKSuspendInBackground" value="false" />
```
Default value is `true` (suspend).
Whether to try to keep the server running when the app is backgrounded. Note: the server will likely be suspended by the OS after a few minutes. In particular, long-lived background tasks are not allowed on iOS outside of select audio and geolocation tasks.
Whether to suspend or try to keep the server running when the app is backgrounded. Note: the server will likely be suspended by the OS after a few minutes. In particular, long-lived background tasks are not allowed on iOS outside of select audio and geolocation tasks.

@@ -93,0 +100,0 @@ #### WKBind

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