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

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can...

dependencies

Snyk has created this PR to upgrade debug from 4.3.3 to 4.3.4. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=debug&from_version=4.3.3&to_version=4.3.4&pr_id=2d8759df-7bc3-440c-9fde-82c65d60d106&visibility=true&has_feature_flag=false) :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...

type:feature

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

type:feature

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

dependencies