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

cordova-plugin-background-app

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-background-app - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "cordova-plugin-background-app",
"version": "2.0.0",
"version": "2.0.1",
"description": "The purpose of this plugin is to enable notifications, alarms, etc to re-start your app and fire callbacks without the app causing any visual cues to the user. In essense, it allows starting an app as an Android service, but does so without the use of an actual service.",

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

@@ -75,2 +75,6 @@ # Start an App Without Showing the Activity

## 2.0.1 (May 13, 2015)
* Fix `cordova.backgroundapp.resumeType` being `'launch'` when running in background on Android
* Added sample app to git repo
## 2.0.0 (April 29, 2015)

@@ -77,0 +81,0 @@ * Introduced `cordova.backgroundapp.resumeType` and `cordova.backgroundapp.show()`

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