Socket
Socket
Sign inDemoInstall

hover-api-esm

Package Overview
Dependencies
7
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hover-api-esm

Hover DNS API Client JS ESM


Version published
Weekly downloads
4
Maintainers
1
Install size
483 kB
Created
Weekly downloads
 

Readme

Source

hover-api-esm

JS ESM API Client for the un-official Hover DNS Api.

Inspiration drawn from:

  • https://gist.github.com/dankrause/5585907
  • hover-api

Disclaimer

This is using native ESM modules without any transpiler or tool. This requires node 12.x with the flag set via --experimental-modules or node 13.x +

Example Usage

    const main = async () => {
        await hover.login('username','password')
        console.log(await hover.getDomains())
        console.log(await hover.getRecords('domain'))
    }
    main()

Keywords

FAQs

Last updated on 10 Jan 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc