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

capacitor-android-shortcuts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-android-shortcuts - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

4

dist/docs.json

@@ -127,3 +127,3 @@ {

],
"docs": "Set dynamic shortcuts",
"docs": "**DEPRECATED - Use `setDynamic`**",
"complexTypes": [

@@ -155,3 +155,3 @@ "ShortcutItem"

],
"docs": "Add a pinned shortcut",
"docs": "**DEPRECATED - Use `pin`**",
"complexTypes": [

@@ -158,0 +158,0 @@ "ShortcutItem"

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

/**
* Set dynamic shortcuts
* **DEPRECATED - Use `setDynamic`**
* @param options An items array with the options of each shortcut

@@ -83,3 +83,3 @@ * @deprecated This function will be removed in future releases. Use {@link #setDynamic()} instead.

/**
* Add a pinned shortcut
* **DEPRECATED - Use `pin`**
* @param options An option object for the pinned shortcut

@@ -86,0 +86,0 @@ * @deprecated This function will be removed in future releases. Use {@link #pin()} instead.

{
"name": "capacitor-android-shortcuts",
"version": "5.0.2",
"version": "5.0.3",
"description": "Add shortcuts in Android",

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

@@ -188,3 +188,3 @@ [![npm version](https://badge.fury.io/js/capacitor-android-shortcuts.svg)](https://badge.fury.io/js/capacitor-android-shortcuts)

Set dynamic shortcuts
**DEPRECATED - Use `setDynamic`**

@@ -206,3 +206,3 @@ | Param | Type | Description |

Add a pinned shortcut
**DEPRECATED - Use `pin`**

@@ -209,0 +209,0 @@ | Param | Type | Description |

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