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
642
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.0.1 to 0.1.0

.eslintignore

8

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

@@ -33,3 +33,3 @@ "main": "dist/plugin.js",

"docgen": "docgen --api DialogPlugin --output-readme README.md --output-json dist/docs.json",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
"clean": "rimraf ./dist",

@@ -42,3 +42,3 @@ "watch": "tsc --watch",

"@capacitor/core": "^3.0.0-alpha.5",
"@capacitor/docgen": "^0.0.5",
"@capacitor/docgen": "^0.0.6",
"@capacitor/ios": "^3.0.0-alpha.5",

@@ -76,3 +76,3 @@ "@ionic/eslint-config": "^0.3.0",

},
"gitHead": "eaee5bc8694bd2fbd8f6ad937e48b11c788f39a5"
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b"
}
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