5.1.6 • Published 4 years ago
@plotdb/har-validator v5.1.6
@plotdb/har-validator
This is a fork version of original node-har-validator. Original module is not maintained, but what the module does is quite simple and mostly relies on another module ajv
. so we simply fork it and maintain this by ourselves.
Har Validator
Extremely fast HTTP Archive (HAR) validator using JSON Schema.
Install
npm install har-validator
CLI Usage
Please refer to har-cli
for more info.
API
Note: as of v2.0.0
this module defaults to Promise based API.
For backward compatibility with v1.x
an async/callback API is also provided
- async API
- callback API
- Promise API (default)
5.1.6
4 years ago