🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

metricsbot

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metricsbot

Javascript wrapper for Metricsbot.com API fetch domain, ranking and whois infomation

1.0.1
latest
69

Supply Chain Security

100

Vulnerability

71

Quality

76

Maintenance

100

License

Misc. License Issues

License

(Experimental) A package's licensing information has fine-grained problems.

Found 1 instance in 1 package

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created

Wrapper for MetricsBot domain information API.

Install

npm install metricsbot

Usage

var key = '....';
client = require('metricsbot')({ key: key });

client.domain('google.com', function (res) {
  console.log(res);
});

client.ranking('google.com', function (res) {
  console.log(res);
});

client.whois('google.com', function (res) {
  console.log(res);
});

FAQs

Package last updated on 06 Dec 2015

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