@ratespecial/acquired-3ds

Helps build client pieces of Acquired's 3DS system

Usage no npm install needed!

<script type="module">
  import ratespecialAcquired3ds from 'https://cdn.skypack.dev/@ratespecial/acquired-3ds';
</script>

README

Acquired 3DS library

Services to complete the client side steps of Acquired's 3DS v2 process. The server side pieces are clearly beyond the scope of this library.

Details can be found at http://developer.acquired.com/3ds/3dsv2

Creating new version

  1. Make code changes
  2. Manually update version inside package.json
  3. Commit your changes
  4. Tag the commit in GIT under the same version number
  5. Git push
  6. npm publish. This will automatically run the prepare command in package.json, which will build the distribution version.