can-bind-to-host
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "can-bind-to-host", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Utility package to see if the node process can bind to the host or listen on a port. Can be used for checking if a host resolves to localhost.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# can-bind-to-host | ||
[![Node.js CI](https://github.com/knyzorg/can-bind-to-host/actions/workflows/node.js.yml/badge.svg)](https://github.com/knyzorg/can-bind-to-host/actions/workflows/node.js.yml) | ||
[![Publish to NPM](https://github.com/knyzorg/can-bind-to-host/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/knyzorg/can-bind-to-host/actions/workflows/npm-publish.yml) | ||
`can-bind-to-host` serves to definitively tell if a host (hostname or IP address) can be bound to. This is useful to determining if the given host is equivalent to `localhost`. | ||
@@ -4,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6935
70