Socket
Book a DemoInstallSign in
Socket

node-mac-icloud-keyvalue

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mac-icloud-keyvalue

A native Node.js module providing an interface to the user’s iCloud key value store (eg. NSUbiquitousKeyValueStore)

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

MIT license

nsUbiquitousKeyValueStore

npm install --save node-mac-icloud-keyvalue

node-mac-icloud-keyvalue is a native Node.js module that allows you to read/write to NSUbiquitousKeyValueStore. It functions similarly to UserDefaults and other simple key/value stores. The advantage to using NSUbiquitousKeyValueStore is that it automatically syncs via iCloud for the user account currently signed in to iCloud.

This means you can store things you want synced across all instances of your app, on the Mac and on iOS.

License

This program is free software; it is distributed under an MIT License.

This library is based on code in Shelley Vohr’s node-mac-userdefaults. Thanks Shelley! 🙏🏻

Copyright (c) 2022 Octopus Think (Contributors).

Keywords

nodejs

FAQs

Package last updated on 16 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts