Socket
Socket
Sign inDemoInstall

barracudacentral

Package Overview
Dependencies
67
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    barracudacentral

BarracudaCentral IP Address Lookup


Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Install size
4.64 MB
Created
Weekly downloads
 

Readme

Source

NPM

BarracudaCentral

BarracudaCentral IP Address Lookup in Node.js

Also check out my DroneBL and SpamCop packages.

Example Lookup:

First run npm install barracudacentral to install the BarracudaCentral package to your system.

var BarracudaCentral = require('barracudacentral');

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

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

This Package Is Under The GPL-3.0 License

Keywords

FAQs

Last updated on 13 Mar 2019

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