@nodesecure/domain-check
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

NodeSecure domain-check

version Maintenance mit build

NodeSecure (npm) domain-check analysis package

Requirements

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @nodesecure/domain-check
# or
$ yarn add @nodesecure/domain-check

Usage example

import { whois, resolveMxRecords } from '@nodesecure/domain-check';

const myDomain = 'google.com';

const domainExpirationDate = await whois(myDomain);
const mxRecords = await resolveMxRecords(myDomain);

Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Vincent Dhennin

💻 👀 📖 🐛

Gentilhomme

💻

Package Sidebar

Install

npm i @nodesecure/domain-check

Weekly Downloads

51

Version

1.0.1

License

MIT

Unpacked Size

6.59 kB

Total Files

6

Last publish

Collaborators

  • pierred
  • antoine-coulon
  • kawacrepe
  • fraxken
  • tonygo