node-apn / node-apn

:calling: Apple Push Notification module for Node.js
MIT License
4.37k stars 681 forks source link

DON'T USE THIS LIB ANYMORE #700

Open BorntraegerMarc opened 3 years ago

BorntraegerMarc commented 3 years ago

Seriously. It has been unmaintained since 2019. Don't even bother submitting new GitHub issues.

Attempts to reactivate this repo have failed.

This source shows that the @parse/node-apn is the best maintained fork. Replace it:

npm uninstall apn
npm install @parse/node-apn
RodolfoGS commented 3 years ago

Thanks, I'll test it. I'm having an error related to TooManyProviderTokenUpdates the last days but I didn't made any change in my code. I'll check if that can fix it 🙏

glennposadas commented 2 years ago

June 2021. Thanks for this., @BorntraegerMarc! The original node-apn shows vulnerabilities through node-forge. The parse's one works the best!

Aidenir commented 1 year ago

Thanks, just replaced the dependency and seems to work well for my simple use-case

tvpsh2021 commented 8 months ago

Glad I saw this, thanks!

danielsss commented 4 months ago

I've found a lib apns2 which is based on Typescript.

The code looks simple and concise. Hope you guys like it.

Most importantly, it's under maintaining 😝