In App Purchase 2 - which npm package to install?

Hi all,

I have a question regarding the In App Purchase 2 plugin: https://ionicframework.com/docs/native/in-app-purchase-2

The ionic native documentation tells me to install cc.fovea.cordova.purchase:

ionic cordova plugin add cc.fovea.cordova.purchase
npm install @ionic-native/in-app-purchase-2

The newest version of cc.fovea.cordova.purchase on npm is 10.1.1 (https://www.npmjs.com/package/cc.fovea.cordova.purchase)

However, the ionic native documentation links also to https://github.com/j3k0/cordova-plugin-purchase. The package cordova-plugin-purchase is from the same author, but the version is 10.3.0 (https://www.npmjs.com/package/cordova-plugin-purchase)

Which plugin should I use together with the Ionic Native In App Purchase 2 wrapper? cc.fovea.cordova.purchase or cordova-plugin-purchase?

Thanks a lot for your help,
Rafael