Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alerted

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alerted

Minimalist toast notifications

  • 1.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 31 Jan 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc