as-networks
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -38,3 +38,3 @@ "use strict"; | ||
socket.on("end", async () => { | ||
socket.on("end", () => { | ||
for (const line of output.split(/\r?\n/gm)) { | ||
@@ -41,0 +41,0 @@ if (!line.startsWith("route")) continue; |
{ | ||
"name": "as-networks", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Get all CIDR networks contained in an autonomous system", | ||
@@ -27,3 +27,3 @@ "author": "silverwind <me@silverwind.io>", | ||
"dependencies": { | ||
"cidr-tools": "^2.0.2", | ||
"cidr-tools": "^2.1.2", | ||
"is-cidr": "^3.0.0" | ||
@@ -30,0 +30,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
4194
Updatedcidr-tools@^2.1.2