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

snusbase

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snusbase

A snusbase wrapper

latest
npmnpm
Version
1.0.3
Version published
Maintainers
0
Created
Source

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.

Keywords

snusbase

FAQs

Package last updated on 18 Jan 2025

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