ahmadnassri / node-har-validator

Extremely fast HTTP Archive (HAR) validator using JSON Schema
MIT License
61 stars 26 forks source link

Is this lib deprecated? #173

Closed ssordatic closed 3 years ago

ssordatic commented 4 years ago

Hello I'm getting this error in npm when I install loopback npm WARN deprecated har-validator@5.1.5: this library is no longer supported

erunion commented 4 years ago

Also curious the background on this. If you need a new maintainer, we're willing to take it on at @readmeio.

ahmadnassri commented 4 years ago

indeed, i'm no longer able to maintain this library.

complications include:

if you're wiling to take ownership of it, I can happily pass it, but be warned, and do your research first (see issues for history of pain) to see what you're adopting.

ahmadnassri commented 4 years ago

that said, this is technically feature complete, and aside from dependency updates (because security warnings) there is not much to improve / add / change in the functionality ...

ktalebian commented 3 years ago

@ahmadnassri since this is now marked as no longer supported, it always logs

npm WARN deprecated har-validator@5.1.5: this library is no longer supported

Whenever you are using a package that depends on this. Can we either transfer the ownership or undo the npm warning?

ahmadnassri commented 3 years ago

I think the deprecation and the warning are functionning as expected, if you don't want to see warnings, set the npm loglevel to error