Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

rsnapi-stats

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

rsnapi-stats

> a package for getting the information about RsnApi. get api ping, online or offline by this package.

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

RsnApi-Stats

a package for getting the information about RsnApi. get api ping, online or offline by this package.

Installation

npm i rsnapi-stats

Usage

Ping

const { RsnApiPing } = require("rsnapi-stats");

const RsnPing = new RsnApiPing();

RsnPing.latency().then((res) => {
  console.log(res);
});

Status

const { RsnApiStatus } = require("rsnapi-stats");

const RsnStatus = new RsnApiStatus();

RsnStatus.status().then((res) => {
  console.log(res);
});

RsnApi / RsnChat

RsnChat: npm package

FAQs

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