Socket
Socket
Sign inDemoInstall

firewallgg

Package Overview
Dependencies
8
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    firewallgg

FirewallGG is a simple program that will search all users in multiple database api's to see if they are banned in any of them. It will return a list of all databases the user is banned in as-well.


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
773 kB
Created
Weekly downloads
 

Readme

Source

FirewallGG - Node Module

This is a simple node module that will allow you to search the FirewallGG database(s) natively.

Code Example:

    const firewallgg = require('firewallgg');
    (async () => {
        let bans = await firewallgg.search("704094587836301392");
        console.log(bans);
    });

Keywords

FAQs

Last updated on 31 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc