Releases: neofinancial/ccscan
Releases · neofinancial/ccscan
v1.1.2
- Changed
node_modules
glob pattern to also exclude nested node_modules
v1.1.0
Add ignore-numbers
argument which takes an array of numbers you want to ignore
v1.0.4
- 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
- Changed
main
property in package.json
to build/index.js
to match the ncc build output
v1.0.2
- Build with @zeit/ncc for better performance
- Fix line endings in bin file
v1.0.1
Modified scanFiles
function to return a list of file names where credit card numbers are found.