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.
@amazeeio/amazeeio-logs
Advanced tools
This is a nodejs helper called amazeeio-logs
within the amazeeio lagoon deployment system.
It allows nodejs services to log messages to the amazeeio-logs
rabbitmq exchange, which then are handled by other services like elasticsearch and slack.
import { sendToAmazeeioLogs, initSendToAmazeeioLogs } from '@amazeeio/amazeeio-logs';
initSendToAmazeeioLogs();
sendToAmazeeioLogs(severity: string, sitegroup: string, uuid: string, event: string, meta: object, message: string)
severity
- one of error, warn, info, verbose, debug, silly
based on winston log levelssitegroup
- sitegroup this log message belongs to, can be empty stringuuid
- webhook uuid this log message belongs to, can be emptyevent
- name of the event to be logged, is used to define were the log should be displayed later (like slack, hipchat, etc.)meta
- additional information about the message in a javascript objectmessage
- human readable text of the log message, which will be used when the message is shown to humans (like slack)Fully developed in Docker and hosted on amazee.io Openshift, see the .openshift
folder. Deployed via Jenkinsfile.
Uses amazeeio/centos7-node:node6
as base image.
FAQs
amazeeio logs sdk
We found that @amazeeio/amazeeio-logs 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.