1.0.2 • Published 10 months ago

@censys/asm v1.0.2

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

@censys/asm

NPM Version License

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

Installation

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

Examples

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

const client = new CensysASM({
    API_KEY: process.env.CENSYS_API_KEY,
});

// Returns a full list of all domains within Censys ASM.
client.assets.getV1AssetsDomains().then(console.log).catch(console.error);

License

This software is licensed under Apache License, Version 2.0

  • Copyright (C) 2023 Censys, Inc.
1.0.2

10 months ago

1.0.1

2 years ago

1.0.0

2 years ago