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

dudb.js

Package Overview
Dependencies
Maintainers
1
Versions
9
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

dudb.js

RESTful Node.js API Wrapper to interact with the Discord Dangerous User Database at "discord.riverside.rocks"

unpublished
latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

dudb.js


RESTful Node.js API Wrapper to interact with the Discord Dangerous User Database at "discord.riverside.rocks"



NPM version NPM downloads Dependencies Repository view count


npm installnfo

Usage

Add the package

To start, you will need to add the package. To do that, simply run npm i dudb.js. In your code, add the following:

const dudb = require("dudb.js");

Now you can use any of the functions below!

Checking a user

dudb.check("USER_ID").then(result => console.log(result));

The code above should return a 200 OK message. (JSON)

Reporting a user

dudb.report("USER_ID", "API_TOKEN", "REASON").then(result => console.log(result));

The code above should return a 200 OK message. (JSON: Success)

Keywords

dudb

FAQs

Package last updated on 24 Sep 2021

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