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

capacitor-native-settings

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-native-settings - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

dist/docs.json

@@ -205,2 +205,8 @@ {

{
"name": "AppNotification",
"value": "'app_notification'",
"tags": [],
"docs": "Show settings to allow configuration of application-specific notifications"
},
{
"name": "BatteryOptimization",

@@ -207,0 +213,0 @@ "value": "'battery_optimization'",

4

dist/esm/definitions.d.ts

@@ -79,2 +79,6 @@ export interface NativeSettingsPlugin {

/**
* Show settings to allow configuration of application-specific notifications
*/
AppNotification = "app_notification",
/**
* Show screen for controlling which apps can ignore battery optimizations

@@ -81,0 +85,0 @@ */

@@ -32,2 +32,6 @@ export var AndroidSettings;

/**
* Show settings to allow configuration of application-specific notifications
*/
AndroidSettings["AppNotification"] = "app_notification";
/**
* Show screen for controlling which apps can ignore battery optimizations

@@ -34,0 +38,0 @@ */

@@ -38,2 +38,6 @@ 'use strict';

/**
* Show settings to allow configuration of application-specific notifications
*/
AndroidSettings["AppNotification"] = "app_notification";
/**
* Show screen for controlling which apps can ignore battery optimizations

@@ -40,0 +44,0 @@ */

@@ -35,2 +35,6 @@ var capacitorNativeSettings = (function (exports, core) {

/**
* Show settings to allow configuration of application-specific notifications
*/
AndroidSettings["AppNotification"] = "app_notification";
/**
* Show screen for controlling which apps can ignore battery optimizations

@@ -37,0 +41,0 @@ */

2

package.json
{
"name": "capacitor-native-settings",
"version": "0.2.0",
"version": "0.2.1",
"description": "Capacitor plugin to open native settings screens for android and iOS",

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

@@ -155,2 +155,3 @@ # capacitor-native-settings

| **`Application`** | <code>'application'</code> | Show settings to allow configuration of application-related settings |
| **`AppNotification`** | <code>'app_notification'</code> | Show settings to allow configuration of application-specific notifications |
| **`BatteryOptimization`** | <code>'battery_optimization'</code> | Show screen for controlling which apps can ignore battery optimizations |

@@ -157,0 +158,0 @@ | **`Bluetooth`** | <code>'bluetooth'</code> | Show settings to allow configuration of Bluetooth |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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