
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@namics/remlog-cli
Advanced tools
There is a CLI package which helps you setting up your local log-server within a few seconds. It has also built-in support for testing traces.
There is a CLI package which helps you setting up your local log-server within a few seconds. It has also built-in support for testing traces.
const { start, request } = require('@namics/remlog-cli');
If you need more information about a command you can simply call the following:
remlog <command> --help
For the ease of usage it's also possible to run the server from the CLI within a few seconds. It accepts a port option (-p or --port) and a transport option (-t or --transport) which are required. To check all available transports or get more information how they work please refer to the transports package.
-p / --port Set the listening port of the server-s / --secure Enable SSL on the server, requires -k, -e [, -r]-t / --transport Set the selected transport variant-c / --cors A comma separated list of whitelisted CORS hosts, default: *-k / --ssl-key Set the path to the SSL key, only works if --secure is enabled-e / --ssl-cert Set the path to the SSL certificate, only works if --secure is enabled-r / --ssl-passphrase Optional: Enter passphrase for SSL certificateyarn global add @namics/remlog-cli # install the CLI
remlog server -p 9312 -t @namics/remlog-transports/FileSystem # run server
Trace implements a simple HTTP request tracing log data on the server (for testing etc.)
remlog trace {"shortMessage": "Hellow there!", "level": 5 } --host 127.0.0.1 --port 9012 --secure
Sends a ping message to the server and insert a trace log - just for testing connection purposes.
Will display a list of all commands and options
remlog help
Review the Changelog
FAQs
There is a CLI package which helps you setting up your local log-server within a few seconds. It has also built-in support for testing traces.
We found that @namics/remlog-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.