Comparing version 2.5.6 to 2.5.7
{ | ||
"name": "cdigit", | ||
"version": "2.5.6", | ||
"version": "2.5.7", | ||
"description": "Collection of check digit algorithms implemented in JavaScript", | ||
@@ -68,3 +68,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"commander": "^6.0.0" | ||
"commander": "^6.2.1" | ||
}, | ||
@@ -74,11 +74,11 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.7.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"mocha": "^8.1.2", | ||
"prettier": "^2.1.1", | ||
"eslint": "^7.17.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.3.0", | ||
"mocha": "^8.2.1", | ||
"prettier": "^2.2.1", | ||
"tsutils": "^3.17.1", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.1.3" | ||
} | ||
} |
@@ -148,3 +148,3 @@ # cdigit: Check Digit Algorithms in JS | ||
Copyright (c) 2018-2020 LiosK | ||
Copyright (c) 2018-2021 LiosK | ||
@@ -151,0 +151,0 @@ Licensed under either of |
Sorry, the diff of this file is not supported yet
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
328797
Updatedcommander@^6.2.1