Changelog
1.1.2 (October 17, 2020)
node_modules
glob pattern to also exclude nested node_modulesChangelog
1.1.1 (September 24, 2020)
ignore-numbers
argument is now properly interpreted as an array of strings.ignore-numbers
argument is now respected when scanning files.Changelog
1.1.0 (March 9, 2020)
ignore-numbers
argument which takes an array of numbers you want to ignoreChangelog
1.0.4 (December 10, 2019)
luhn-check
is enabled, scanFile
will now run a luhn check before flagging a file. Previously the luhn check only affected console output logic.Changelog
1.0.3 (December 10, 2019)
main
property in package.json
to build/index.js
to match the ncc build output.Changelog
1.0.2 (November 13, 2019)
Changelog
1.0.1 (November 6, 2019)
Modified scanFiles
function to return a list of file names where credit card numbers are found.