1.0.4 • Published 11 months ago

@censys/search v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

@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.
1.0.4

11 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago