
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
console-to-terminal
Advanced tools
Small utility to redirect console calls to HTTP requests and show output in terminal
console-to-terminal is a small utility to redirect console output (log, warn, error, info or trace) to the terminal. It is really handy while debugging web applications without a possibility to check console in DevTool (Chrome on iOS or custom "native" browsers on Androids).
yarn
to install dependenciesyarn start
to start server. By defaut it is run on localhost:8765
. Host and port could be modified if server started with yarn start port
or yarn start host:port
.<script src="http://my-local-ip:port/console-hook.js"></script>
to your web application's entry point. It will install custom hooks for console methods and will make requests to running server.window["__consoleToTerminalLocation__"]
object with host and port properties. E.g., window["__consoleToTerminalLocation__"] = { host: "127.0.0.1", port: 8000 }
.Simply run server as described in Usage section and navigate to http://host:port/demo
(http://localhost:8765/demo) by default.
FAQs
Small utility to redirect console calls to HTTP requests and show output in terminal
The npm package console-to-terminal receives a total of 3 weekly downloads. As such, console-to-terminal popularity was classified as not popular.
We found that console-to-terminal 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.