Enterprise-grade native notifications for Bun and Node.js. One API. Every OS. No build step.
Simple update notifier to check for npm updates for cli applications
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
Claude Code Stop hook notifier — sends a system notification when Claude finishes a task
Update notifications for your CLI app
webpack + node-notifier = build status system notifications
notifier-hook native binary for Linux x64
notifier-hook native binary for Linux arm64
notifier-hook native binary for Windows x64
Update notifications for your CLI app, maintained in CommonJS (CJS)
notifier-hook native binary for Windows arm64
TypeScript definitions for node-notifier
TypeScript definitions for update-notifier
Core classes and utilities for Bugsnag notifiers
A Webpack plugin that generates OS notifications for build steps using node-notifier.
a notifier for users of fork-ts-checker-webpack-plugin
Performant, flexible and extensible forms library for React Hooks
Simple notifications for your website
notifier-hook native binary for macOS x64 (Intel)
Push notifications in NodeJS for MacOS, Windows 7 - 11, and Linux (Growl as fallback)
asynchronous before/error/after hooks for internal functionality
React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
Official Airbrake notifier for browsers
@bugsnag/js plugin to enable session tracking in browsers
A post-commit hook for Subversion that notifies Campfire of commits.
Allows being notified on certain vagrant hooks
Extends the Timetrap timetracker by providing command hooks to notify a Hipchat room when you clock in/out/resume
This gem provides means to notify Integrity for example to request new build.
Web hooks notifier for the Integrity continuous integration server
Web hooks notifier for the Integrity continuous integration server
Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task * Works with Hoptoad Notifier, so you can notify via SEN and/or Hoptoad for any particular errors. * Tested with Rails 2.3.x, should work with rails 2.2.x, and is apparently not yet compatible with rails 3.
Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task * * NOTE: in environment.rb, specify :lib => 'exception_notifier'
Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com)
Safetynet keeps track of email communications by user/email and ActionMailer message. If the same message is sent to the same user multiple times within the allowed timeframe, it will be blocked from delivery and notify system admins. The messages are filterable in a way similar to controller filters, and the checking method can be called by itself outside the normal hooks for additional throttling (i.e. SMS sending, push notifications, etc.).