Socket
Socket
Sign inDemoInstall

whois-no-api-key

Package Overview
Dependencies
67
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

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.


Version published
0
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 01 May 2022

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