
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
Send notifications over ntfy.sh.
ℹ️ This is a pure ESM module.
Run yarn add ntfy or npm i ntfy.
import {publish} from 'ntfy';
await publish({
message: 'This is an example message.',
topic: 'mytopic',
});
import {publish, MessagePriority} from 'ntfy';
await publish({
actions: [
{
clear: true,
extras: {
cmd: 'pic',
camera: 'front',
},
intent: 'io.heckel.ntfy.USER_ACTION',
label: 'Take picture',
type: 'broadcast',
},
{
body: '{"action": "close"}',
clear: false,
headers: {
Authorization: 'Bearer zAzsx1sk..',
},
label: 'Close door',
method: 'PUT',
type: 'http',
url: 'https://api.mygarage.lan',
},
{
clear: true,
label: 'Open portal',
type: 'view',
url: 'https://api.nest.com/',
},
],
authorization: {
password: 'my-password',
username: 'my-username',
},
clickURL: 'https://github.com/ffflorian/',
delay: '1m',
disableCache: true,
disableFirebase: true,
emailAddress: 'name@example.com',
iconURL: 'https://avatars.githubusercontent.com/ffflorian',
message: 'Remote access to device detected. Act right away.',
priority: MessagePriority.MAX,
server: 'https://ntfy.custom',
tags: ['warning', 'skull'],
title: 'Unauthorized access detected',
topic: 'mytopic',
});
import {NtfyClient} from 'ntfy';
const ntfyClient = new NtfyClient('https://ntfy.custom');
await ntfyClient.publish({ ... });
await ntfyClient.publish({ ... });
FAQs
Send notifications over ntfy.sh.
The npm package ntfy receives a total of 99 weekly downloads. As such, ntfy popularity was classified as not popular.
We found that ntfy demonstrated a healthy version release cadence and project activity because the last version was released less than 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.