globalpayments / globalpayments-3ds-js

Helper library for leveraging 3DSecure 2 for Strong Customer Authentication (SCA)
https://www.npmjs.com/package/globalpayments-3ds
GNU General Public License v2.0
5 stars 10 forks source link

Where can I download this as a AMD module? #4

Open csdougliss opened 5 years ago

csdougliss commented 5 years ago

There is no compiled minified or not included.

I ideally would like a AMD module.

footfish commented 5 years ago

Installing with npm will give you dist folder with minified and non minified version.

npm i globalpayments-3ds

ls dist globalpayments-3ds.esm.js globalpayments-3ds.js globalpayments-3ds.min.js types globalpayments-3ds.esm.js.map globalpayments-3ds.js.map globalpayments-3ds.min.js.map

Hope that helps.

slogsdon commented 5 years ago

@craigcarnell We are reviewing updating our build configurations to output a UMD module (AMD compatible). In the meantime, the package as deployed on NPM includes ES module and IIFE versions of the library.