stripe

v8.191.0
Stripe API wrapper
stripe payment processing credit cards api

fix

yarn lint --fix && ./scripts/updateAPIVersion.js

lint

eslint --ext .js,.jsx,.ts .

test

yarn lint && yarn test-typescript && yarn mocha

clean

rm -rf ./.nyc_output ./node_modules/.cache ./coverage

mocha

nyc mocha --config=test/.mocharc.js

report

nyc -r text -r lcov report

coveralls

cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

mocha-only

mocha --config=test/.mocharc.js

test-typescript

tsc --build types/test

Metadata

  • MIT
  • ^8.1 || >=10.*
  • Stripe
  • released 11/20/2021

Downloads