
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.
windows-focus-assist
Advanced tools
windows-focus-assist checks if Windows 10 Focus Assist - natively, without shelling out, and without any dependencies.
With Windows 10 1803 (Creators Update), Microsoft introduced Focus Assist replacing Quiet Hours. Unfortunately there is no simple registry key anymore for Win32 Apps to check when to be quit. This native node module uses an unsupported/undocumented API to get the status of the Focus Assist. The original code was provided by Rafael Rivera
⚠ The API used by windows-focus-assist can change/break at any time in the future. ⚠
npm install windows-focus-assist
const { getFocusAssist, isPriority } = require('windows-focus-assist');
const focusAssist = getFocusAssist();
console.log('FocusAssist:', focusAssist.name);
const isInPriority = isPriority('myApp.AppUserModelId');
console.log('isInPriorityList:', isInPriority.name);
MIT, please see LICENSE for details. Copyright (c) 2018 Jan Hannemann.
FAQs
Gets the Focus Assist status in Windows 10 CU or later.
The npm package windows-focus-assist receives a total of 636 weekly downloads. As such, windows-focus-assist popularity was classified as not popular.
We found that windows-focus-assist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.