node-apn
node-apn copied to clipboard
Apple Push Notification module for Node.js
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can...
Snyk has created this PR to upgrade debug from 4.3.3 to 4.3.4.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Currently, node-apn emits debug logs such as `apn Ping response after 11.645432 ms`. This is ambiguous if more than one provider/client instances are created, e.g. when pushing to more than...
`Request ended with status 413 and responseData: {"reason":"PayloadTooLarge "}` https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html#//apple_ref/doc/uid/TP40008194-CH10-SW1 indicates that > - For regular remote notifications, the maximum size is 4KB (4096 bytes) > - For Voice over...
This came up in the context of pushd. If there are a lot of push notification destinations set up, all with their own certificates, it's not ideal for one expired...
From the home page: ``` apnProvider.send(note, deviceToken).then( (result) => { }); ``` In iOS: ``` func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { sendToOurServer( deviceToken.base64EncodedString() ) ``` **That string looks...
I have upgraded nodejs to 18 or 20 and parse/node-apn return Unsupported. Dose not support nodejs>16? I am using "@parse/node-apn": "^6.1.0"
After a while parse/node-apn returns apn write timeout and when I reset the service it works. Is there option to reconnect automatically after timeout?
Removes [nanoid](https://github.com/ai/nanoid). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `nanoid` Updates `mocha` from 8.4.0 to 10.7.3 Release notes Sourced from...