validatorjs / validator.js

String validation
MIT License
23.12k stars 2.31k forks source link

Npm and git master out of sync #2280

Closed dfimiarz closed 6 months ago

dfimiarz commented 1 year ago

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]

WikiRik commented 1 year ago

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

profnandaa commented 6 months ago

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