Socket
Socket
Sign inDemoInstall

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.3.3 to 2.4.0

10

CHANGELOG.md

@@ -1,2 +0,2 @@

# [2.3.3](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.2...v2.3.3) (2019-02-01)
# [2.4.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.3...v2.4.0) (2019-02-18)

@@ -6,2 +6,10 @@

* **iOS:** Remove WKSuspendInBackground preference ([#310](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/310))
## [2.3.3](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.2...v2.3.3) (2019-02-01)
### Bug Fixes
* **Android:** Handle range requests ([#295](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/295))

@@ -8,0 +16,0 @@

2

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

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

@@ -81,6 +81,8 @@ <!--

#### WKSuspendInBackground
#### WKSuspendInBackground (Removed in 2.4.0)
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="false" />
<preference name="WKSuspendInBackground" value="true" />
```

@@ -87,0 +89,0 @@

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