Skip to content

Releases: neofinancial/ccscan

v1.1.2

19 Oct 16:00
a0cfd07
Compare
Choose a tag to compare
  • Changed node_modules glob pattern to also exclude nested node_modules

v1.1.0

09 Mar 15:27
690412d
Compare
Choose a tag to compare

Add ignore-numbers argument which takes an array of numbers you want to ignore

v1.0.4

10 Dec 20:57
Compare
Choose a tag to compare
  • When luhn-check is enabled, scanFile will now run a luhn check before flagging a file. Previously the luhn check only affected console output logic.
  • Upgrade to TypeScript 3.7.3

v1.0.3

10 Dec 17:03
Compare
Choose a tag to compare
  • Changed main property in package.json to build/index.js to match the ncc build output

v1.0.2

13 Nov 21:09
f49b123
Compare
Choose a tag to compare
  • Build with @zeit/ncc for better performance
  • Fix line endings in bin file

v1.0.1

06 Nov 23:35
380eef9
Compare
Choose a tag to compare

Modified scanFiles function to return a list of file names where credit card numbers are found.

v1.0.0

30 Oct 00:23
6bf8593
Compare
Choose a tag to compare

Initial release! 🎉