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.0.1 to 0.0.2

1

dist/esm/definitions.d.ts

@@ -21,1 +21,2 @@ export interface CapacitorContactsPlugin {

}
export declare const ERROR_NO_PERMISSION = "User denied permission";

2

dist/esm/definitions.js

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

export {};
export const ERROR_NO_PERMISSION = "User denied permission";
//# sourceMappingURL=definitions.js.map

@@ -7,2 +7,4 @@ 'use strict';

const ERROR_NO_PERMISSION = "User denied permission";
const CapacitorContacts = core.registerPlugin('CapacitorContacts', {

@@ -29,2 +31,3 @@ web: () => Promise.resolve().then(function () { return web; }).then(m => new m.CapacitorContactsWeb()),

exports.CapacitorContacts = CapacitorContacts;
exports.ERROR_NO_PERMISSION = ERROR_NO_PERMISSION;
//# sourceMappingURL=plugin.cjs.js.map
var capacitorCapacitorContacts = (function (exports, core) {
'use strict';
const ERROR_NO_PERMISSION = "User denied permission";
const CapacitorContacts = core.registerPlugin('CapacitorContacts', {

@@ -25,2 +27,3 @@ web: () => Promise.resolve().then(function () { return web; }).then(m => new m.CapacitorContactsWeb()),

exports.CapacitorContacts = CapacitorContacts;
exports.ERROR_NO_PERMISSION = ERROR_NO_PERMISSION;

@@ -27,0 +30,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

{
"name": "@nadavhalfon/capacitor-native-contacts",
"version": "0.0.1",
"version": "0.0.2",
"description": "Capacitor plugin for picking contact from native contacts list",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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