@censys/search
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@censys/search

NPM Version License

An easy-to-use and lightweight Typescript wrapper for Censys Search APIs.

Installation

npm install --save @censys/search
yarn add @censys/search

Examples

import { CensysSearch } from '@censys/search';

const client = new CensysSearch({
    API_ID: process.env.CENSYS_API_ID,
    API_SECRET: process.env.CENSYS_API_SECRET,
});

// Fetch a specific host and its services
client.hosts.viewHost("1.1.1.1").then(console.log).catch(console.error);

License

This software is licensed under Apache License, Version 2.0

  • Copyright (C) 2023 Censys, Inc.

Readme

Keywords

Package Sidebar

Install

npm i @censys/search

Weekly Downloads

3

Version

1.0.4

License

Apache-2.0

Unpacked Size

209 kB

Total Files

7

Last publish

Collaborators

  • aidan-censys
  • censys.io