Comparing version 1.0.3 to 1.0.4
# Changelog | ||
## 1.0.4 (December 10, 2019) | ||
- 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 | ||
## 1.0.3 (December 10, 2019) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "ccscan", | ||
"description": "Scan files for credit card numbers", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Neo Financial Engineering <engineering@neofinancial.com>", | ||
@@ -50,4 +50,4 @@ "license": "MIT", | ||
"chalk": "^2.4.2", | ||
"eslint": "^5.16.0", | ||
"eslint-config-neo": "~0.3.3", | ||
"eslint": "^6.0.0", | ||
"eslint-config-neo": "~0.5.1", | ||
"fast-luhn": "^1.0.4", | ||
@@ -59,3 +59,3 @@ "globby": "^10.0.1", | ||
"lint-staged": "^9.4.2", | ||
"prettier": "^1.18.2", | ||
"prettier": "^1.19.0", | ||
"rimraf": "^3.0.0", | ||
@@ -65,5 +65,5 @@ "strip-ansi": "^5.2.0", | ||
"ts-node": "^8.4.1", | ||
"typescript": "~3.5.3", | ||
"typescript": "3.7.3", | ||
"yargs": "^14.2.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
398467
29
0