New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

network-activity-viewer

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-activity-viewer

Tracks http and https requests made from the application

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
1.1K
-25.1%
Maintainers
0
Weekly downloads
 
Created
Source

Network Debugger

Chrome devtools network tab like functionality for node apps!!!

There is no easy way to view network requests made from a node app similar to network tab in chrome devtools for ui apps.

This package solves this by tracking the network requests made from your node application and showing them in a chrome dev tools like UI !!!

Nx - Smart, Fast and Extensible Build System

Usage

  • Install the package

    npm i network-activity-viewer

  • Start network tracking
    // Add this code in a main js / ts file 
    import { initNetworkLogging } from 'network-activity-viewer';
    
    initNetworkLogging();
    
  • See the requests made by navigating to http://localhost:4500 in the browser!
  • Click on the reload icon to refresh the requests.

Note: This package expects ports 6262 and 4500 to be available

Keywords

Network

FAQs

Package last updated on 22 Sep 2024

Did you know?

Socket

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