Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apns2

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apns2 - npm Package Versions

1
6

6.0.0

Diff

Changelog

Source

6.0.0

  1. Remove Bluebird
  2. Remove concurrency option, instead relies on the connection pool and max connections
  3. Accept a Date for the apns expiration
andrewbarba
published 5.0.0 •

Changelog

Source

5.0.0

  1. Update code to use async/await
andrewbarba
published 4.0.4 •

Changelog

Source

4.0.4

  1. Fix connection pool not releasing resources
andrewbarba
published 4.0.3 •

Changelog

Source

4.0.3

  1. Listen for error event when connecting an http2 session
andrewbarba
published 4.0.2 •

Changelog

Source

4.0.2

  1. Reset signing token every 59 minutes to prevent TooManyProviderTokenUpdates error
andrewbarba
published 4.0.1 •

Changelog

Source

4.0.1

  1. Updated Typescript definitions for v4.0
andrewbarba
published 4.0.0 •

Changelog

Source

4.0.0

  1. Remove support for Node versions less than v8.10
  2. High-performance connection pool using tarn
  3. More friendly require API, see README for updated usage
andrewbarba
published 3.0.1 •

Changelog

Source

3.0.1

  1. Fix Typescript definitions
andrewbarba
published 3.0.0 •

Changelog

Source

3.0.0

  1. Introduces support for the native http2 module in Node.js v8.4.0 or later with fall back to node-spdy in earlier versions of Node.js.

To use the new http2 library you must start your node process with node --expose-http2 and apns2 will automatically use the native module. Later versions of Node.js may expose the native module without the need for a command line flag. In this case, apns2 will automatically use the native module without any additional steps on your end.

andrewbarba
published 2.1.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc