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

@capacitor-community/contacts

Package Overview
Dependencies
Maintainers
42
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/contacts - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

5

dist/esm/definitions.d.ts

@@ -12,3 +12,3 @@ import type { PermissionState } from '@capacitor/core';

deleteContact(options: DeleteContactOptions): Promise<void>;
pickContact(options: PickContactOptions): Promise<void>;
pickContact(options: PickContactOptions): Promise<PickContactResult>;
}

@@ -273,1 +273,4 @@ export declare enum PhoneType {

}
export interface PickContactResult {
contact: ContactPayload;
}

2

dist/esm/web.d.ts

@@ -10,3 +10,3 @@ import { WebPlugin } from '@capacitor/core';

deleteContact(): Promise<void>;
pickContact(): Promise<void>;
pickContact(): Promise<Definitions.PickContactResult>;
}
{
"name": "@capacitor-community/contacts",
"version": "5.0.3",
"version": "5.0.4",
"description": "Contacts Plugin for Capacitor",

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

@@ -32,3 +32,3 @@ <p align="center">

Currently there are two actively maintained versions of this plugin. The API of these versions is identical. The only difference between the two versions is the supported Capacitor versions.
Currently there are three actively maintained versions of this plugin. The API of these versions is identical. The only difference between these versions is the supported Capacitor versions.

@@ -35,0 +35,0 @@ | Plugin | Capacitor | Status | Documentation |

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