EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 905 forks source link

Remove deprecated dependency es6-promise #1193

Open HarelM opened 1 year ago

HarelM commented 1 year ago

This removed an old dependency that is no longer maintained and probably not needed anymore of es6-promise. All modern browsers support promises now, this doesn't seem like a wanted dependency anymore. More over, old stuff accumulate security issues and deprecated plugins do not update their dependencies to fix these security issues...

adipascu commented 1 year ago

This is causing me some issues in my pnpm build, I hope this gets merged and released. @EddyVerbruggen