1.0.3 • Published 5 months ago

snusbase v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Snusbase

Visit the official documentation for more information. A client for interacting with Snusbase.

NOTE

This library is not offical. It is not maintained by Snusbase.

Installation

npm install snusbase

Usage

import SnusbaseAPI from "snusbase";

const api = new SnusbaseAPI("sb-your-api-key");

(async () => {
  const results = await api.search({
    terms: ["someone@example.com"],
    types: ["email"],
  });
  console.log(results);
})();

Available Methods

search(params: SearchParams): Searches leaked databases.
getStats(): Retrieves database statistics.
ipWhois(params: IPWhoisParams): Looks up IP WHOIS information.
hashLookup(params: HashLookupParams): Performs hash lookups.

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago