node-mac-contacts icon indicating copy to clipboard operation
node-mac-contacts copied to clipboard

Create, read, update, and delete contacts from users' contacts databases on macOS.

Results 11 node-mac-contacts issues
Sort by recently updated
recently updated
newest added

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Hello, I was wondering how I might be able to access contacts when I'm running my codebase locally? (The auth status is always "Denied" when running locally, even though when...

**Issue** : When running the electron app, I am not able to get the contacts permission dialog to be presented (neither when i run the script from the terminal, nor...

Without this, building an Electron app will fail

Hello, in an Electron app, I am finding that when I'm using this library to add a new contact, I don't see that same contact returned in my "read" operation...

bug

https://github.com/KishanBagaria/node-mac-contacts/commit/e2e1f1250e6107e361734bfd6d3a0ee6aa12c927 Can create a PR if you'd like to merge upstream - might need a review

enhancement

There are a ton of enhancements in this branch (Catalina support, promises etc) - just putting them on your radar in case you want to merge upstream. https://github.com/lefooey/node-mac-contacts

Since my app was being very slow on their computer (MBP 16" 2019), I got a friend to run this: ```js const nmc = require('node-mac-contacts') console.time('done') const c = nmc.getAllContacts(['contactImage',...

performance

So I can't repro this consistently but it happens when a contact is mutated: ``` /Users/kishan/Dropbox/Kishan/foo/node_modules/electron/dist/Electron.app/Contents/Frameworks/Electron Helper (Renderer).app/Contents/MacOS/Electron Helper (Renderer)[13409]: ../../third_party/electron_node/src/node_api.cc:1064:napi_status napi_call_threadsafe_function(napi_threadsafe_function, void *, napi_threadsafe_function_call_mode): Assertion `(func) != nullptr' failed....

bug

It'd be great if this module had TypeScript support.

enhancement
help wanted