Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

as-networks

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-networks - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc