Socket
Socket
Sign inDemoInstall

@nodesecure/domain-check

Package Overview
Dependencies
0
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nodesecure/domain-check

NodeSecure (npm) domain-check analysis package


Version published
Weekly downloads
73
increased by87.18%
Maintainers
4
Install size
6.44 kB
Created
Weekly downloads
 

Readme

Source

NodeSecure domain-check

version Maintenance mit build

NodeSecure (npm) domain-check analysis package

Requirements

  • Node.js v16 or higher

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

💻

Keywords

FAQs

Last updated on 05 Jan 2023

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