
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.
active-window-listener
Advanced tools
Listen to active windows by specifying them
This will be used in https://nertivia.tk (My chat web app project) in the future to show playing status and more!
const { ProcessListen } = require("active-window-listener");
const listener = new ProcessListen(["Discord.exe", "Telegram.exe", "Code.exe"]);
listener.changed(data => {
console.log("Active: ", data)
})
This should output an object of Window Class properties. See the package used below to view the methods.
There is also a function to get windows that are opened. I needed to filter out some of the components from the "Windows" Directory in order to get the proper list.
const { getWindows } = require("active-window-listener");
console.log(getWindows())
This should output an array of Window Class properties. See the package used below to view the methods.
Mainly used to get all the active window information. https://github.com/sentialx/node-window-manager/ Used to get File Description (Which is used to get the proper program name) https://www.npmjs.com/package/exiftool-vendored
FAQs
Listen to active windows by specifying them
The npm package active-window-listener receives a total of 1 weekly downloads. As such, active-window-listener popularity was classified as not popular.
We found that active-window-listener 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.