New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.28 to 0.0.29

10

dist/docs.json

@@ -49,2 +49,12 @@ {

"slug": "stoptimer"
},
{
"name": "getButtonClicked",
"signature": "() => Promise<{ observe(callback: (action: string) => void): void; }>",
"parameters": [],
"returns": "Promise<{ observe(callback: (action: string) => void): void; }>",
"tags": [],
"docs": "",
"complexTypes": [],
"slug": "getbuttonclicked"
}

@@ -51,0 +61,0 @@ ],

3

dist/esm/definitions.d.ts

@@ -10,2 +10,5 @@ export interface TimerNotificationPlugin {

stopTimer(): Promise<void>;
getButtonClicked(): Promise<{
observe(callback: (action: string) => void): void;
}>;
}

2

package.json
{
"name": "capacitor-timer-notification",
"version": "0.0.28",
"version": "0.0.29",
"description": "timer notifcation",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -36,2 +36,3 @@ ## capacitor-timer-notification

* [`stopTimer()`](#stoptimer)
* [`getButtonClicked()`](#getbuttonclicked)

@@ -77,2 +78,13 @@ </docgen-index>

### getButtonClicked()
```typescript
getButtonClicked() => Promise<{ observe(callback: (action: string) => void): void; }>
```
**Returns:** <code>Promise&lt;{ observe(callback: (action: string) =&gt; void): void; }&gt;</code>
--------------------
</docgen-api>

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