Skip to content

Commit

Permalink
Merge pull request #4 from webdeveric/fix/luhn-empty-input
Browse files Browse the repository at this point in the history
fix: passing empty string to `luhn()` should return `false`
  • Loading branch information
webdeveric authored Dec 18, 2024
2 parents 04a6cc4 + e277359 commit e3802b5
Show file tree
Hide file tree
Showing 4 changed files with 991 additions and 1,076 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/webdeveric/validation-algorithms/issues"
},
"license": "MIT",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"sideEffects": false,
"engines": {
"node": ">=20.0.0"
Expand Down Expand Up @@ -62,27 +62,27 @@
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"@webdeveric/eslint-config-ts": "^0.11.0",
"@webdeveric/prettier-config": "^0.3.0",
"commitlint": "^19.6.0",
"commitlint": "^19.6.1",
"commitlint-plugin-cspell": "^0.1.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cspell": "^8.16.1",
"cspell": "^8.17.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"fast-luhn": "^2.0.2",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"luhn": "^2.4.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"typescript": "^5.7.2",
"validate-package-exports": "^0.8.0",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit e3802b5

Please sign in to comment.