validator.js icon indicating copy to clipboard operation
validator.js copied to clipboard

Npm and git master out of sync

Open dfimiarz opened this issue 10 months ago • 1 comments

Describe the bug A clear and concise description of what the bug is.

I am seeing an issue with isDate() validation chain that sems to point to a recent fix not being propagated to npm registry.

Examples If applicable, add screenshots to help explain your problem.

npm registry and git master branch seem to be different.

I only checked isDate.js validator and the version on npm is missing a rectent fix. The code seems to be from prior branches.

Thanks,

Additional context Validator.js version: Node.js version: OS platform: [windows, linux, macOS, etc]

dfimiarz avatar Sep 04 '23 17:09 dfimiarz

Yes, master does not reflect our latest release but we have planned a new release that contains this fix. See https://github.com/validatorjs/validator.js/pull/2269

WikiRik avatar Sep 04 '23 17:09 WikiRik

now released, thanks! https://www.npmjs.com/package/validator/v/13.12.0

profnandaa avatar May 09 '24 05:05 profnandaa