port-numbers
Advanced tools
Comparing version 1.1.23 to 1.1.24
@@ -35,3 +35,3 @@ "use strict"; | ||
// filter non-matching protocols | ||
port = entry.ports.filter(function (port) { | ||
port = entry.ports.filter(function(port) { | ||
return /\w+$/.exec(port)[0] === protocol; | ||
@@ -38,0 +38,0 @@ })[0]; |
{ | ||
"name": "port-numbers", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"description": "Get the information on network port numbers, based on IANA's public listing", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io> (https://github.com/silverwind)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1740715
89336