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

@nadavhalfon/capacitor-native-contacts

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nadavhalfon/capacitor-native-contacts - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

dist/docs.json

@@ -55,2 +55,9 @@ {

{
"name": "fullName",
"tags": [],
"docs": "",
"complexTypes": [],
"type": "string | undefined"
},
{
"name": "givenName",

@@ -57,0 +64,0 @@ "tags": [],

1

dist/esm/definitions.d.ts

@@ -13,2 +13,3 @@ export interface CapacitorContactsPlugin {

identifier?: string;
fullName?: string;
givenName?: string;

@@ -15,0 +16,0 @@ familyName?: string;

2

package.json
{
"name": "@nadavhalfon/capacitor-native-contacts",
"version": "0.1.3",
"version": "0.1.4",
"description": "Capacitor plugin for picking contact from native contacts list",

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

@@ -59,2 +59,3 @@ # capacitor-native-contacts

| **`identifier`** | <code>string</code> |
| **`fullName`** | <code>string</code> |
| **`givenName`** | <code>string</code> |

@@ -61,0 +62,0 @@ | **`familyName`** | <code>string</code> |

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