Comparing version 1.2.1 to 1.2.2
@@ -214,3 +214,3 @@ var Device = require('./device'); | ||
if(!this.deferredConnection.promise.isResolved() { | ||
if(!this.deferredConnection.promise.isResolved()) { | ||
debug("Connection error occurred before TLS Handshake"); | ||
@@ -217,0 +217,0 @@ this.deferredConnection.reject(new Error("Unable to connect")); |
{ | ||
"name": "apn", | ||
"description": "An interface to the Apple Push Notification service for Node.js", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Andrew Naylor <argon@mkbot.net>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40806