Socket
Book a DemoInstallSign in
Socket

whois-no-api-key

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whois-no-api-key

This package allows you to use AS207111 Whois without an API Key. As AS207111 Whois verification link doesn't work I made this package for you.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

whois-no-api-key

This package allows you to use AS207111 Whois without an API Key. As AS207111 Whois verification link doesn't work I made this package for you.

Example

 const whois = require('whois-no-api-key')
 
 whois('109.107.200.151').then((data)=>{
          console.log(data)
          /*
                    {
                     ip: '143.244.38.13',
                    city: 'London',
                    postal: 'EC2V',
                    region: 'ENG',
                    country: 'GB',
                    lat: 51.5095,
                    lon: -0.0955,
                    timezone: 'Europe/London',
                    asn: {
                     asn: 60068,
                     name: 'CDN77',
                     isp: 'Datacamp Limited',
                     network: '143.244.36.0/22'
                    },
                    company: { name: 'Cdn77 LON' },
                    privacy: { proxy: false, hosting: true, mobile: false }
                    }
          */
 })

Parameters

          whois('IP Address','Service URL')

FAQs

Package last updated on 01 May 2022

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