Socket
Socket
Sign inDemoInstall

presence-kit

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

presence-kit

A kit of React components for displaying user presence on various platforms


Version published
Maintainers
1
Created
Source

presence-kit

A kit of React components for displaying user presence on various platforms

To get started:

npm install presence-kit
OR
yarn add presence-kit

presence-kit currently only has one component, Discord. To use:

import { Discord } from 'presence-kit';

export default function MyComponent() {
	return (
		<>
			<Discord id={'182292736790102017'} />
		</>
	);
}

The Discord component uses Lanyard to function. Ensure you are in the Lanyard Discord server or your presence will not be able to be tracked.

FAQs

Package last updated on 23 Feb 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

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