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

capacitor-timer-notification

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-timer-notification - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

package.json
{
"name": "capacitor-timer-notification",
"version": "0.0.3",
"version": "0.0.4",
"description": "timer notifcation",

@@ -22,6 +22,6 @@ "main": "dist/plugin.cjs.js",

"type": "git",
"url": "https://github.com/Juliangames/capacitor-timer-notification"
"url": "git+https://github.com/Juliangames/capacitor-timer-notification"
},
"bugs": {
"url": "https://github.com/issues"
"url": "https://github.com/Juliangames/capacitor-timer-notification"
},

@@ -59,2 +59,3 @@ "keywords": [

"eslint": "^8.57.0",
"glob": "^11.0.0",
"prettier": "^3.3.3",

@@ -61,0 +62,0 @@ "prettier-plugin-java": "^2.6.4",

# capacitor-timer-notification
timer notifcation
A Capacitor plugin to create a timer notification that will show a notification with a countdown timer.
## Usage
Add the following to your `android/app/src/main/AndroidManifest.xml` file:
```xml
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<service android:name=".TimerService" android:enabled="true" android:exported="false" android:foregroundServiceType="mediaPlayback"/>
```
## Install

@@ -6,0 +21,0 @@

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