har-validator
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"name": "har-validator", | ||
@@ -12,5 +12,5 @@ "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", | ||
"license": "ISC", | ||
"main": "lib/promise.js", | ||
"main": "lib/node4/promise.js", | ||
"bin": { | ||
"har-validator": "lib/bin.js" | ||
"har-validator": "lib/node4/bin.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
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
69033