Comparing version 2.6.2 to 2.6.3
@@ -25,2 +25,3 @@ #!/usr/bin/env node | ||
const handler = (str, opts, cmd) => { | ||
opts = program.opts(); // XXX | ||
let algo = "luhn"; | ||
@@ -27,0 +28,0 @@ if (typeof opts.algo === "string") { |
{ | ||
"name": "cdigit", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Collection of check digit algorithms implemented in JavaScript", | ||
@@ -66,7 +66,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"commander": "^7.0.0" | ||
"commander": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"@typescript-eslint/eslint-plugin": "^4.15.2", | ||
"@typescript-eslint/parser": "^4.15.2", | ||
"eslint": "^7.20.0", | ||
@@ -78,4 +78,4 @@ "eslint-config-prettier": "^7.2.0", | ||
"tsutils": "^3.20.0", | ||
"typescript": "^4.1.5" | ||
"typescript": "^4.2.2" | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
328580
9822
0
Updatedcommander@^7.1.0