Socket
Socket
Sign inDemoInstall

simple-status-messages

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-status-messages

A simple TypeScript package that builds up a messaging system.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

simple-status-messages

npm version GitHub issues GitHub forks GitHub stars GitHub license npm CodeFactor TypeScript

A simple TypeScript package that builds up a messaging system.

Installation

npm install simple-status-messages

Usage

import SimplyStatusMessages from 'simple-status-messages';
import { SimplyStatusMessages, ssm, M } from 'simple-status-messages';

const msg = SimplyStatusMessages.getInstance();
msg.success('Lorem ipsum is simply dummy text ');
msg.error('Lorem ipsum is simply dummy text ');
msg.info('Lorem ipsum is simply dummy text ');
msg.warning('Lorem ipsum is simply dummy text ');

Example

License

MIT

Keywords

FAQs

Last updated on 29 Aug 2022

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