New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

domainspot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domainspot

Lookup domain availablility, price, etc

1.0.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

DomainSpot

Lookup a domains name, price, and availability over NodeJS

lookup (async)

Main function for searching domains

    await lookup('thisisaverylongtest', ['com'])
    // Will return
    {
        "thisisaverylongtest.com": "$12/year",
        "averylongtest.com": "$12/year",
        "thisisalongtest.com": "$12/year"
    }
ParameterTypeDescriptionRequired
domainStringThe name of the domain you are searching for.True
extensionsString[]Extensions you would like to include in search. If none are specified, every extension will be used.False

Contributions

Keywords

Domain

FAQs

Package last updated on 26 Jul 2020

Did you know?

Socket

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