node-apn icon indicating copy to clipboard operation
node-apn copied to clipboard

Apple Push Notification module for Node.js

Results 33 node-apn issues
Sort by recently updated
recently updated
newest added

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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

type:bug

# 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...

type:docs
bounty:$10