
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
jlogviewer
Advanced tools
To try a readonly
demo:
Restore Session
buttonRestore
to restore the Sample NGINX JSON Log
sessionQueries
dropdown and click a query to filter the logYou may also make local configuration changes:
Queries
JSON Settings
npm install -g jlogviewer
- Run
jlogviewer
- Clone repo.
npm install
# The production build may take a minute...npm start
Open
JSON Log Viewer
in browser;
The JSON Log Viewer uses the allproxy package.
To update the allproxy
npm package run:
npm update
NOTE*:
It is recommended that Use hardware acceleration when available
is disabled on Chrome.
Advanced JSON field and boolean filters can be used to find relevant log records.
Example filters:
response:>=400
shows responses with status greater than or equal to 400response:403
shows 403 responsesagent:wget
shows wget
clientsbytes:>1000
shows responses that are greater than 1000 bytesremote_ip:*
can be used to sort remote IP addresses in ascending order-request:GET
shows non-GET requestsFilter response:>=400
shows responses with status
Filter response:403
shows 403 responses
Filter agent:wget
shows wget
clients
Filter bytes:>1000
shows responses that are greater
Filter remote_ip:*
can be used to sort remote IP addresses in ascending order
Filter -request:GET
shows non-GET requests
User documentation is integrated into the app.
This code is licensed under the MIT License.
FAQs
JSON Log Viewer
We found that jlogviewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.