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

@capacitor/dialog

Package Overview
Dependencies
Maintainers
8
Versions
652
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 7.0.0-dev-2141-20241113T101013.0 to 7.0.0-dev-2141-20241125T084554.0

2

dist/plugin.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('@capacitor/core');

@@ -6,0 +4,0 @@

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

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

@@ -38,0 +36,0 @@

8

package.json
{
"name": "@capacitor/dialog",
"version": "7.0.0-dev-2141-20241113T101013.0",
"version": "7.0.0-dev-2141-20241125T084554.0",
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts",

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

"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "xcodebuild build -scheme CapacitorDialog -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'",
"verify:ios": "xcodebuild build -scheme CapacitorDialog -destination generic/platform=iOS",
"verify:android": "cd android && ./gradlew clean build test && cd ..",

@@ -44,3 +44,3 @@ "verify:web": "npm run build",

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

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

"rimraf": "^6.0.1",
"rollup": "^2.29.0",
"rollup": "^4.26.0",
"swiftlint": "^1.0.1",

@@ -66,0 +66,0 @@ "typescript": "~4.1.5"

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