har-validator
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"name": "har-validator", | ||
@@ -4,0 +4,0 @@ "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", |
@@ -47,9 +47,9 @@ # HAR Validator [![version][npm-version]][npm-url] [![License][npm-license]][license-url] | ||
| `cache` | validates a [cache](http://www.softwareishard.com/blog/har-12-spec/#cache) object | | ||
| `cacheEntry` | validates a [beforeRequest | afterRequest](http://www.softwareishard.com/blog/har-12-spec/#cache) objects | | ||
| `cacheEntry` | validates a ["beforeRequest" or "afterRequest"](http://www.softwareishard.com/blog/har-12-spec/#cache) objects | | ||
| `content` | validates a [content](http://www.softwareishard.com/blog/har-12-spec/#content) object | | ||
| `cookie` | validates a [cookie](http://www.softwareishard.com/blog/har-12-spec/#cookie) object | | ||
| `cookie` | validates a [cookie](http://www.softwareishard.com/blog/har-12-spec/#cookies) object | | ||
| `creator` | validates a [creator](http://www.softwareishard.com/blog/har-12-spec/#creator) object | | ||
| `entry` | validates a [entry](http://www.softwareishard.com/blog/har-12-spec/#entry) object | | ||
| `entry` | validates a [entry](http://www.softwareishard.com/blog/har-12-spec/#entries) object | | ||
| `log` | validates a [log](http://www.softwareishard.com/blog/har-12-spec/#log) object | | ||
| `page` | validates a [page](http://www.softwareishard.com/blog/har-12-spec/#page) object | | ||
| `page` | validates a [page](http://www.softwareishard.com/blog/har-12-spec/#pages) object | | ||
| `pageTimings` | validates a [pageTimings](http://www.softwareishard.com/blog/har-12-spec/#pageTimings) object | | ||
@@ -56,0 +56,0 @@ | `postData` | validates a [postData](http://www.softwareishard.com/blog/har-12-spec/#postData) object | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31062