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

@capacitor/dialog

Package Overview
Dependencies
Maintainers
7
Versions
647
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/dialog - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@0.1.0...@capacitor/dialog@0.1.1) (2020-10-30)
**Note:** Version bump only for package @capacitor/dialog
# 0.1.0 (2020-10-12)

@@ -8,0 +16,0 @@

1

dist/esm/definitions.js

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=definitions.js.map

@@ -35,2 +35,4 @@ var capacitorDialog = (function (exports, core) {

Object.defineProperty(exports, '__esModule', { value: true });
return exports;

@@ -37,0 +39,0 @@

20

package.json
{
"name": "@capacitor/dialog",
"version": "0.1.0",
"version": "0.1.1",
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts",

@@ -39,10 +39,10 @@ "main": "dist/plugin.js",

"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.5",
"@capacitor/core": "^3.0.0-alpha.5",
"@capacitor/docgen": "^0.0.6",
"@capacitor/ios": "^3.0.0-alpha.5",
"@capacitor/android": "^3.0.0-alpha.6",
"@capacitor/core": "^3.0.0-alpha.6",
"@capacitor/docgen": "^0.0.10",
"@capacitor/ios": "^3.0.0-alpha.6",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^1.0.0",
"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"eslint": "^7.11.0",

@@ -54,6 +54,6 @@ "prettier": "^2.0.5",

"swiftlint": "^1.0.1",
"typescript": "~3.9.7"
"typescript": "~4.0.3"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.5"
"@capacitor/core": "^3.0.0-alpha.6"
},

@@ -76,3 +76,3 @@ "prettier": "@ionic/prettier-config",

},
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b"
"gitHead": "3ab6d510236e3f595945c7de16ca731323cc295b"
}

@@ -1,6 +0,16 @@

# @capacitor/Dialog
# @capacitor/dialog
The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts
<!--DOCGEN_INDEX_START-->
## Install
```bash
npm install @capacitor/dialog
npx cap sync
```
## API
<docgen-index>
* [`alert(...)`](#alert)

@@ -10,7 +20,7 @@ * [`prompt(...)`](#prompt)

* [Interfaces](#interfaces)
<!--DOCGEN_INDEX_END-->
<!--DOCGEN_API_START-->
</docgen-index>
<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
## API

@@ -25,8 +35,6 @@ ### alert(...)

| Param | Type |
| ----------- | ----------------------------------------------------- |
| **options** | <code><a href="#alertoptions">AlertOptions</a></code> |
| Param | Type |
| ------------- | ----------------------------------------------------- |
| **`options`** | <code><a href="#alertoptions">AlertOptions</a></code> |
**Returns:** <code>Promise&lt;void&gt;</code>
**Since:** 1.0.0

@@ -45,5 +53,5 @@

| Param | Type |
| ----------- | ------------------------------------------------------- |
| **options** | <code><a href="#promptoptions">PromptOptions</a></code> |
| Param | Type |
| ------------- | ------------------------------------------------------- |
| **`options`** | <code><a href="#promptoptions">PromptOptions</a></code> |

@@ -65,5 +73,5 @@ **Returns:** <code>Promise&lt;<a href="#promptresult">PromptResult</a>&gt;</code>

| Param | Type |
| ----------- | --------------------------------------------------------- |
| **options** | <code><a href="#confirmoptions">ConfirmOptions</a></code> |
| Param | Type |
| ------------- | --------------------------------------------------------- |
| **`options`** | <code><a href="#confirmoptions">ConfirmOptions</a></code> |

@@ -125,3 +133,2 @@ **Returns:** <code>Promise&lt;<a href="#confirmresult">ConfirmResult</a>&gt;</code>

<!--DOCGEN_API_END-->
</docgen-api>

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