node-apn
node-apn copied to clipboard
Apple Push Notification module for Node.js
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
The option `connectionRetryLimit` is not used anywhere in the codebase, but it's documented as an option: https://github.com/search?q=repo%3Aparse-community%2Fnode-apn+connectionRetryLimit&type=code
# Issue The docs for this package contain duplications of 3rd party docs, specifically APNS. See for example https://github.com/parse-community/node-apn/pull/174. It's unnecessary to copy/paste and maintaining that duplicated content. # Solution...