Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crayond_dev/alertshub-client-sdk

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

@crayond_dev/alertshub-client-sdk

## Description

  • 1.0.3
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AlertshubClient

Description

AlertshubClient is an npm package that provides a client SDK for working with the Alerts hub service. It allows you to interact with the service and trigger notifications.

Installation

To install, you can use npm or yarn:

npm install @crayond_dev/alertshub-client-sdk

# or

yarn add @crayond_dev/alertshub-client-sdk

Usage

Importing AlertshubClient

import AlertshubClient from "@crayond_dev/alertshub-client-sdk";

# or

import { AlertshubClient } from "@crayond_dev/alertshub-client-sdk";

Creating an Instance

To create an instance of AlertshubClient,

const params = {
  apiKey: "<YOUR_API_KEY>", // Replace with your API key
};

const AlertshubClient = new AlertshubClient(params);

FAQs

Package last updated on 29 Apr 2024

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