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

cordova-plugin-advanced-background-mode

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-advanced-background-mode - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "cordova-plugin-advanced-background-mode",
"version": "1.0.3",
"version": "1.0.4",
"description": "Prevent apps from going to sleep in background.",

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

@@ -18,3 +18,3 @@ /// <reference path="interfaces/options.d.ts" />

static setDefaults(override: Options);
static setDefaults(override: Options, callback?: () => void);

@@ -21,0 +21,0 @@ static configure(override: Options);

@@ -107,3 +107,3 @@ /*

*/
exports.setDefaults = function (overrides)
exports.setDefaults = function (overrides, fn)
{

@@ -122,3 +122,3 @@ var defaults = this.getDefaults();

{
cordova.exec(null, null, 'BackgroundMode', 'configure', [defaults, false]);
cordova.exec((fn || function () {}), null, 'BackgroundMode', 'configure', [defaults, false]);
}

@@ -125,0 +125,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