
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@atxm/title-mode
Advanced tools
Appends indicator to document title if Atom is running in developer mode
Appends indicator to document title if Atom is running in developer mode
npm install @atxm/title-mode -S
Import the module into your Atom package, then invoke it in your activate
method
Examples:
// JavaScript
import titleMode from '@atxm/title-mode';
export async function activate() {
titleMode();
};
# CoffeeScript
const titleMode = require "@atxm/title-mode"
module.exports =
activate: () ->
titleMode()
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0
FAQs
Appends indicator to document title if Atom is running in developer mode
We found that @atxm/title-mode 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.