node-mac-contacts
node-mac-contacts copied to clipboard
Create, read, update, and delete contacts from users' contacts databases on macOS.
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
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...
https://github.com/KishanBagaria/node-mac-contacts/commit/e2e1f1250e6107e361734bfd6d3a0ee6aa12c927 Can create a PR if you'd like to merge upstream - might need a review
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',...
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....