🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

bfd-api

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfd-api - npm Package Compare versions

Comparing version

to
1.0.2

2

api.js

@@ -72,3 +72,3 @@ /**

async getBots(query) {
const response = await this._request('get', 'bots', query);
const response = await this._request('get', 'bot', query);
const info = JSON.parse(response.text);

@@ -75,0 +75,0 @@ return info;

{
"name": "bfd-api",
"description": "A API Wrapper for botsfordiscord.com API",
"version": "1.0.1",
"version": "1.0.2",
"main": "api.js",

@@ -6,0 +6,0 @@ "scripts": {