New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cycraft/capacitor-repro

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycraft/capacitor-repro - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

6

dist/esm/definitions.d.ts

@@ -183,3 +183,3 @@ import type { PermissionState, PluginListenerHandle } from '@capacitor/core';

*/
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener): Promise<PluginListenerHandle> & PluginListenerHandle;
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener): Promise<PluginListenerHandle>;
/**

@@ -192,3 +192,3 @@ * Called when a new push notification action is performed.

*/
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener): Promise<PluginListenerHandle> & PluginListenerHandle;
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener): Promise<PluginListenerHandle>;
/**

@@ -199,3 +199,3 @@ * Called when a URL is opened.

*/
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener): Promise<PluginListenerHandle> & PluginListenerHandle;
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener): Promise<PluginListenerHandle>;
/**

@@ -202,0 +202,0 @@ * Remove all listeners for this plugin.

{
"name": "@cycraft/capacitor-repro",
"version": "0.0.5",
"version": "0.1.0",
"description": "Unofficial Capacitor plugin for Repro SDK.",

@@ -48,7 +48,7 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "5.0.0",
"@capacitor/cli": "5.0.0",
"@capacitor/core": "5.0.0",
"@capacitor/android": "6.0.0",
"@capacitor/cli": "6.0.0",
"@capacitor/core": "6.0.0",
"@capacitor/docgen": "0.0.17",
"@capacitor/ios": "5.0.0",
"@capacitor/ios": "6.0.0",
"@ionic/eslint-config": "0.3.0",

@@ -67,3 +67,3 @@ "@ionic/prettier-config": "2.0.0",

"peerDependencies": {
"@capacitor/core": "^5.0.0"
"@capacitor/core": "^6.0.0"
},

@@ -70,0 +70,0 @@ "prettier": "@ionic/prettier-config",

@@ -143,3 +143,3 @@ # @cycraft/capacitor-repro

- `$reproAndroidVersion` version of `io.repro:repro-android-sdk` (default: `5.12.0`)
- `$firebaseMessagingVersion` version of `com.google.firebase:firebase-messaging` (default: `23.1.2`)
- `$firebaseMessagingVersion` version of `com.google.firebase:firebase-messaging` (default: `23.4.1`)

@@ -644,3 +644,3 @@ ### iOS

```typescript
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener) => Promise<PluginListenerHandle> & PluginListenerHandle
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener) => Promise<PluginListenerHandle>
```

@@ -655,3 +655,3 @@

**Returns:** <code>Promise&lt;<a href="#pluginlistenerhandle">PluginListenerHandle</a>&gt; & <a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
**Returns:** <code>Promise&lt;<a href="#pluginlistenerhandle">PluginListenerHandle</a>&gt;</code>

@@ -666,3 +666,3 @@ **Since:** 0.0.0

```typescript
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener) => Promise<PluginListenerHandle> & PluginListenerHandle
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener) => Promise<PluginListenerHandle>
```

@@ -679,3 +679,3 @@

**Returns:** <code>Promise&lt;<a href="#pluginlistenerhandle">PluginListenerHandle</a>&gt; & <a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
**Returns:** <code>Promise&lt;<a href="#pluginlistenerhandle">PluginListenerHandle</a>&gt;</code>

@@ -690,3 +690,3 @@ **Since:** 0.0.0

```typescript
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener) => Promise<PluginListenerHandle> & PluginListenerHandle
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener) => Promise<PluginListenerHandle>
```

@@ -701,3 +701,3 @@

**Returns:** <code>Promise&lt;<a href="#pluginlistenerhandle">PluginListenerHandle</a>&gt; & <a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
**Returns:** <code>Promise&lt;<a href="#pluginlistenerhandle">PluginListenerHandle</a>&gt;</code>

@@ -704,0 +704,0 @@ **Since:** 0.0.5

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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