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

apn

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apn - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

lib/apn.js

@@ -54,3 +54,3 @@ var tls = require('tls');

var onDrain = function () {
while (writeBuffer.length && self.socket.bufferSize == 0) {
while (writeBuffer.length && self.socket.socket.bufferSize == 0) {
writeNotificationToSocket(writeBuffer.shift());

@@ -57,0 +57,0 @@ }

{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.1.5",
"version": "1.1.6",
"author": "Andrew Naylor <argon@mkbot.net>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -150,2 +150,5 @@ #node-apn

1.1.6:
* Fixes a regression from v1.1.5 causing connections to stall and messages to not be sent.
1.1.5:

@@ -152,0 +155,0 @@

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