Socket
Socket
Sign inDemoInstall

apple-push

Package Overview
Dependencies
15
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    apple-push

Apple push notifications for Nodejs


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Install size
409 kB
Created
Weekly downloads
 

Readme

Source

Build Status Coverage Status

apple-push

Node.js module for sending push notifications via the apple push notification service.

It uses token based authentication and aims to be a 100% compliant with Apple's specifications.

Running Tests

To run the tests included you need to setup the environment with something like the following -

# Optional for debug mode
export NODE_ENV='debug'

# The teamid, keyid and key are required
export teamid="<your apple developer teamid>"
export key="<your token signing key>"
export keyid="<your token signing key's id>"
export bundleid="<your apps bundleid>"
export devicetoken="<your ios device token>"

Keywords

FAQs

Last updated on 14 Apr 2019

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