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

@pardjs/notification

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pardjs/notification

The description for the module

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
2
Created
Source

notification

styled with prettier Greenkeeper badge Travis Coveralls

Include mail 📩 and sms 📲 notifications. The notifiaction is a module used to handling Email ans SMS nottifications for pardjs project. it includes.

Usage

CONFIGURATIONS:

  • aliAppId: The appId for ali services.
  • aliSecret: The secret for ali services.
  • senderName: The name of the sender
  • senderEmail: the sernder email address
  • emailTitle: [Optional, '邮件通知 Email Notification']The default email title
  • aliMailTimeout: [Optional, 3000]the timeout value for aliMail service(ms)
import Notification from '@pardjs/notification';

const notificationSender = new Notification('#CONFIGURATIONS#');

FAQs

Package last updated on 10 Apr 2019

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