Socket
Socket
Sign inDemoInstall

alerted

Package Overview
Dependencies
9
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    alerted

Minimalist toast notifications


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Alerted

Minimalist toast notifications

Install

$ npm install alerted

Usage

const alerted = require('alerted');

alerted({
  text: 'This is a message',
  position: 'bottom'
});

API

alerted([options])

text

Type: string

Some text to be displayed.

heading

Type: string

An optional heading.

time

Type: int Default: 3000

How long the notification should be displayed.

position

Type: string Default: top

Specify the notification's position(either top or bottom)

classes

Type: string, array

A single string or an array of string representing additional classes.

License

MIT © Tobias Herber

Keywords

FAQs

Last updated on 31 Jan 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc