har-validator
Advanced tools
Comparing version 1.7.1 to 1.8.0
{ | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"name": "har-validator", | ||
@@ -8,5 +8,5 @@ "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", | ||
"repository": "ahmadnassri/har-validator", | ||
"license": "MIT", | ||
"main": "./src/index.js", | ||
"bin": "./bin/har-validator", | ||
"license": "ISC", | ||
"main": "lib/index", | ||
"bin": "bin/har-validator", | ||
"keywords": [ | ||
@@ -24,3 +24,3 @@ "har", | ||
"bin", | ||
"src" | ||
"lib" | ||
], | ||
@@ -31,4 +31,6 @@ "bugs": { | ||
"scripts": { | ||
"test": "standard && echint && mocha --reporter spec", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha", | ||
"pretest": "standard && echint", | ||
"test": "mocha", | ||
"posttest": "npm run coverage", | ||
"coverage": "istanbul cover --dir coverage _mocha -- -R dot", | ||
"codeclimate": "codeclimate < coverage/lcov.info" | ||
@@ -43,11 +45,11 @@ }, | ||
"codeclimate-test-reporter": "0.0.4", | ||
"echint": "^1.1.0", | ||
"istanbul": "^0.3.14", | ||
"echint": "^1.3.0", | ||
"istanbul": "^0.3.15", | ||
"mocha": "^2.2.5", | ||
"require-directory": "^2.1.0", | ||
"should": "^6.0.3", | ||
"standard": "^3.11.1" | ||
"require-directory": "^2.1.1", | ||
"should": "^7.0.1", | ||
"standard": "^4.3.1" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^2.9.26", | ||
"bluebird": "^2.9.30", | ||
"chalk": "^1.0.0", | ||
@@ -54,0 +56,0 @@ "commander": "^2.8.1", |
@@ -333,3 +333,3 @@ # HAR Validator [![version][npm-version]][npm-url] [![License][npm-license]][license-url] | ||
[MIT](LICENSE) © [Ahmad Nassri](https://www.ahmadnassri.com) | ||
[ISC License](LICENSE) © [Ahmad Nassri](https://www.ahmadnassri.com/) | ||
@@ -336,0 +336,0 @@ [license-url]: https://github.com/ahmadnassri/har-validator/blob/master/LICENSE |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
549
22192
1
Updatedbluebird@^2.9.30