flatiron / revalidator

A cross-browser / node.js validator powered by JSON Schema
http://github.com/flatiron/revalidator
Apache License 2.0
589 stars 82 forks source link

Maintaining revalidator #128

Open zeke opened 5 years ago

zeke commented 5 years ago

Hello! I have been using this module for years. It's simple, it's useful, and it's stable. Thanks to everyone for working on it!

I noticed there's an accumulation of helpful pull requests, and that the package hasn't been published in five years. I'd like to help get some of these additions landed and start publishing new releases to npm. Would you be open to adding me as an owner of this repo, or the org? And the npm module? If so:

npm owner add zeke revalidator

Thanks for your consideration!

cc @indexzero @indutny @mmalecki @pksunkara 👋

iamdiogo commented 4 years ago

Could we have a reply here? @zeke made a good point, revalidator hasn't been updated since 2015 and there are great pull requests that could be given some attention. It would be great if there was someone maintaining the package.

@indexzero @indutny @mmalecki @pksunkara

zeke commented 4 years ago

Sometime after opening this issue, I switched over to ajv because that seems to be one of the more popular and well-maintained JSON schema validators.

Using ajv I discovered that the schemata I'd been using with revalidator were not actually valid according to the latest JSON schema specification. I forget the exact details, but I think it had something to do with the required property used by revalidator.

I got many good years of use from revalidatorbut in the end it made more sense for me to switch to ajv. 🤷‍♂

pksunkara commented 4 years ago

I can't do anything here because I lost access to this org when I left Nodejitsu back in 2013. I suspect it's the case with others too. @indexzero is the only one who can help this.

indexzero commented 4 years ago

Been planning to deprecate this for some time along with a number of other packages that were important in their day but have had better alternatives come up over the years.