Socket
Book a DemoInstallSign in
Socket

alfred-notifier

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alfred-notifier

Update notifications for your Alfred workflow

latest
Source
npmnpm
Version
0.2.3
Version published
Weekly downloads
87
-15.53%
Maintainers
2
Weekly downloads
 
Created
Source

alfred-notifier Build Status

Update notifications for your Alfred workflow

Install

$ npm install --save alfred-notifier

Usage

Simple example

const alfredNotifier = require('alfred-notifier');

alfredNotifier();

Comprehensive example

const alfy = require('alfy');
const alfredNotifier = require('alfred-notifier');

// Checks for available update and updates the `info.plist`
alfredNotifier();

alfy.output([
	{title: '🦄'},
	{title: '🌈'}
]);

API

alfredNotifier()

Checks if there is an available update. If an update is available, it will add a message as subtext of your workflow.

License

MIT © Sam Verschueren

Keywords

alfred

FAQs

Package last updated on 20 Nov 2017

Did you know?

Socket

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.

Install

Related posts