New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apnagent

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apnagent - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

History.md
1.0.4 / 2013-11-19
==================
* Merge pull request #3 from nrcmedia/master
* Destroy the gateway connection on error, so reconnection works also when the connection is dropped instead of closed.
1.0.3 / 2013-10-26

@@ -3,0 +9,0 @@ ==================

2

lib/apnagent.js

@@ -11,3 +11,3 @@ /*!

exports.version = '1.0.3';
exports.version = '1.0.4';

@@ -14,0 +14,0 @@ /*!

@@ -157,2 +157,3 @@ /*!

debug('(gateway) error: %s', err.message || 'Unspecified Error');
if (self.gateway) self.gateway.destroy();
self.emit('gateway:error', err);

@@ -159,0 +160,0 @@ });

{
"name": "apnagent"
, "version": "1.0.3"
, "version": "1.0.4"
, "description": "Node adapter for Apple Push Notification (APN) service."

@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)"

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