🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cloudkitty

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudkitty

Painless CloudKit on Web

0.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source

CloudKitty

Hook and Context Provider that make it easy to interact with Apple CloudKit.

Provider

import CloudKittyProvider from "cloudkitty";

// ...


<CloudKittyProvider
	token={"<Your CloudKit Token>"}
	environment="development"
	containerIdentifier="Your Container Name"
>
	<App />
</CloudKittyProvider>

Hook

import { useCloudKitty } from "cloudkitty";

// ...
const { loading, error, container, user } = useCloudKitty();

Keywords

CloudKit

FAQs

Package last updated on 21 Jun 2022

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