Socket
Socket
Sign inDemoInstall

@ionic-native/contacts

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/contacts - npm Package Compare versions

Comparing version 3.1.0-alpha.3 to 3.1.0-rc.1

README.md

5

index.d.ts

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

export declare type ContactFieldType = 'addresses' | 'birthday' | 'categories' | 'country' | 'department' | 'displayName' | 'emails' | 'familyName' | 'formatted' | 'givenName' | 'honorificPrefix' | 'honorificSuffix' | 'id' | 'ims' | 'locality' | 'middleName' | 'name' | 'nickname' | 'note' | 'organizations' | 'phoneNumbers' | 'photos' | 'postalCode' | 'region' | 'streetAddress' | 'title' | 'urls';
export declare type ContactFieldType = '*' | 'addresses' | 'birthday' | 'categories' | 'country' | 'department' | 'displayName' | 'emails' | 'familyName' | 'formatted' | 'givenName' | 'honorificPrefix' | 'honorificSuffix' | 'id' | 'ims' | 'locality' | 'middleName' | 'name' | 'nickname' | 'note' | 'organizations' | 'phoneNumbers' | 'photos' | 'postalCode' | 'region' | 'streetAddress' | 'title' | 'urls';
/**

@@ -212,4 +212,5 @@ * @private

*
* constructor(private contacts: Contacts) { }
*
* let contact: Contact = Contacts.create();
* let contact: Contact = this.contacts.create();
*

@@ -216,0 +217,0 @@ * contact.name = new ContactName(null, 'Smith', 'John');

3

index.js

@@ -178,4 +178,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

*
* constructor(private contacts: Contacts) { }
*
* let contact: Contact = Contacts.create();
* let contact: Contact = this.contacts.create();
*

@@ -182,0 +183,0 @@ * contact.name = new ContactName(null, 'Smith', 'John');

{
"name": "@ionic-native/contacts",
"version": "3.1.0-alpha.3",
"version": "3.1.0-rc.1",
"description": "Ionic Native - Native plugins for ionic apps",

@@ -10,3 +10,3 @@ "module": "index.js",

"peerDependencies": {
"@ionic-native/core": "3.1.0-alpha.3",
"@ionic-native/core": "3.1.0-rc.1",
"@angular/core": "2.2.1",

@@ -13,0 +13,0 @@ "rxjs": "5.0.0-beta.12"

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