Socket
Socket
Sign inDemoInstall

dronebl

Package Overview
Dependencies
58
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dronebl

DroneBL IP Address Lookup


Version published
Weekly downloads
26
decreased by-35%
Maintainers
1
Install size
4.77 MB
Created
Weekly downloads
 

Readme

Source

NPM

DroneBL Build Status

DroneBL IP Address Lookup in Node.js

Also check out my BarracudaCentral and SpamCop packages.

Example Lookup:

First run npm install dronebl to install the DroneBL package to your system.

var DroneBL = require('dronebl');

DroneBL.lookup('8.8.8.8', function(res) {
	console.log(res); //Returns false since 8.8.8.8 is not listed
});

DroneBL.lookup('213.163.51.164', function(res) {
	console.log(res); //Returns true since 213.163.51.164 is listed
});

This Package Is Under The MIT License

Keywords

FAQs

Last updated on 04 Oct 2016

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