New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

xnotify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xnotify

Creates notifications for your app

latest
Source
npmnpm
Version
1.0.21
Version published
Maintainers
1
Created
Source

XNotify

Generate notifications for your project. You may use this for async reporting onto your app or any other kind of reporting functionality.

Installation

npm install xnotify --save

import { xnotify } from 'xnotify';

xnotify('Your notification text')

Options

  • innerText / string / the text message
  • stack / boolean / true to stack multiple notifications
  • borderColor / string / the border color of the notification
  • fontColor / string / the font color of the notification
  • background / string / the background color of the notification
  • width / string / the width of the notification
  • fontSize / string / the font size of the notification
  • state / boolean / true to let the notification visible
  • container / string / the container where the notification lives

Keywords

notifications

FAQs

Package last updated on 02 Sep 2021

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