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

capacitor-native-settings

Package Overview
Dependencies
Maintainers
2
Versions
15
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 4.0.3 to 5.0.0

6

dist/docs.json

@@ -29,3 +29,3 @@ {

],
"docs": "Opens the specified options on android & ios.\nNote that the only supported option by Apple is \"App\". Using other options\nmight break in future iOS versions or have your app rejected in the App Store.",
"docs": "Opens the specified options on android & ios.\r\nNote that the only supported option by Apple is \"App\". Using other options\r\nmight break in future iOS versions or have your app rejected in the App Store.",
"complexTypes": [

@@ -57,3 +57,3 @@ "PlatformOptions"

],
"docs": "Opens the specified option in android.\nOnly use this if you have made sure the user is on android.\nThis can be done by checking the platform before hand.",
"docs": "Opens the specified option in android.\r\nOnly use this if you have made sure the user is on android.\r\nThis can be done by checking the platform before hand.",
"complexTypes": [

@@ -85,3 +85,3 @@ "AndroidOptions"

],
"docs": "Opens the specified option on iOS.\nOnly use this if you have made sure the user is on iOS.\nThis can be done by checking the platform before hand.\n\nNote that the only supported option by Apple is \"App\". Using other options\nmight break in future iOS versions or have your app rejected in the App Store.",
"docs": "Opens the specified option on iOS.\r\nOnly use this if you have made sure the user is on iOS.\r\nThis can be done by checking the platform before hand.\r\n\r\nNote that the only supported option by Apple is \"App\". Using other options\r\nmight break in future iOS versions or have your app rejected in the App Store.",
"complexTypes": [

@@ -88,0 +88,0 @@ "IOSOptions"

{
"name": "capacitor-native-settings",
"version": "4.0.3",
"version": "5.0.0",
"description": "Capacitor plugin to open native settings screens for android and iOS",

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

"devDependencies": {
"@capacitor/android": "^4.4.0",
"@capacitor/core": "^4.4.0",
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/docgen": "^0.2.0",
"@capacitor/ios": "^4.4.0",
"@capacitor/ios": "^5.0.0",
"@ionic/eslint-config": "^0.3.0",

@@ -64,3 +64,3 @@ "@ionic/prettier-config": "^1.0.1",

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

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

@@ -1,8 +0,13 @@

# capacitor-native-settings
# Capacitor Native Settings
Capacitor plugin to open native settings screens for Android and iOS.
<b>Capacitor 4</b>: Use <b>v4.0.0</b> or higher. <br/>
<b>Capacitor 3</b>: Use <b>v0.2.1</b> or lower.
## Plugin versions
| Capacitor version | Plugin version |
| ---------- | ----------------------------------------- |
| v5 | >= v5.0.0 |
| v4 | >= v4.0.0 |
| v3 | <= v2.0.1 |
## Install

@@ -9,0 +14,0 @@

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