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

xtify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xtify

a reusable module to talk to xtify

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

Xtify Node Module

This is a module that talks to Xtify to send out push notification Currently it is still extremely simple, only able to send plain text notification with badge count.

Usage Examples

var xtify = require('xtify');
xtify.setup("API_KEY_HERE", "APP_KEY_HERE");
xtify.push(["XID_HERE"],"SUBJECT_HERE", "MESSAGE_HERE",BADGE_COUNT, function(error)
{
	if(!error)
	{
		//success!
	}
});

Changes

  • 0.0.3: added badge count
  • 0.0.4: push method has a callback with error object. if error is nil means it is success. Updated read me.

Keywords

xtify

FAQs

Package last updated on 17 May 2013

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