Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
bricks-analytics
Advanced tools
bricks-analytics
adds basic route analytics and status information about the health of the http server
.
npm install bricks-analytics
var analytics = require('bricks-analytics');
appServer.addRoute(".+", analytics, { section: "pre", top: true, keep: 100 /* default 10 */ });
Analytics are then available via two JSON
requests:
$ curl http://host.name/bricks-status/analytics.json
$ curl http://host.name/bricks-status/status.json
or via an html
page:
http://host.name/bricks-status/analytics.html
bricks-analytics
hooks into the call stack during and after execution. Given that bricks
uses a stack-based
routing system, adjustments to start times happen upon request. Also, given that a route
can finish before the call stack is fully unwound, actual execution time could be less than the sum of each route.
FAQs
Analytics and status package for bricks.js
The npm package bricks-analytics receives a total of 0 weekly downloads. As such, bricks-analytics popularity was classified as not popular.
We found that bricks-analytics 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.