
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
vscode-auto-update
Advanced tools
VSCode library that allows private extensions to automatically update
vscode-auto-update)import { AutoUpdateChecker } from 'vscode-auto-update'package.jsonnew AutoUpdateChecker({ ... }) (check options for params)To use this extension, ensure the following:
package.json file contains a publishConfig field that contains a registry value. (use https://registry.npmjs.org/ when using NPM).vsix file (does not matter where).config.friendlyName (string) - Friendly name of extension, is displayed to the user when prompting for update permissionconfig.requireUserConfirmation (bool) - Whether to wait for user approval or to just install immediatelyconfig.forceUpdateOnTag (string, optional) - If provided, force update without asking for user confirmation if a version with the given tag exists in the registry. See npm docs for more info on dist tags.config.onCheckFail ('notify'|'ignore') - Warn the user when checking fails or not. Ignore is generally best here since the user being offline should not warrant a warning.config.onUpdateAvailable (callback, optional) - Optional callback that can change behavior of installationconfig.onUpdateInstalled (callback, optional) - Optional callback that can change behavior after updatingconfig.checkInterval (number, default 1 hour) - Interval by which checking occursconfig.remote (object) - contains info about remote to useconfig.remote.context (ExtensionContext) - VSCode extension context. Used to determine remote (see below).onUpdateInstalled callbackonUpdateAvailable can now return a promiseFAQs
VSCode library that allows private extensions to automatically update
We found that vscode-auto-update 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.