New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

idcloudhost-node-client

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

idcloudhost-node-client

#### Getting started - Install package:

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Unofficial ID Cloudhost Client

Getting started

  • Install package:
yarn add idcloudhost-node-client
  • Usage
import IdcClient from 'idcloudhost-node-client'

const apikey = 'Your API KEY'
const idcClient = IdcClient(apikey)

idcClient.getUserInfo()
    .then(console.log)
    .catch(console.error)

API Docs

  • https://api.idcloudhost.com

FAQs

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