Comparing version 10.0.3 to 10.0.4
{ | ||
"name": "gavel", | ||
"version": "10.0.3", | ||
"version": "10.0.4", | ||
"description": "Validator of HTTP transactions (JavaScript implementation)", | ||
@@ -19,7 +19,3 @@ "main": "build/index.js", | ||
"test:unit": "mocha \"test/**/*.test.js\"", | ||
"test:features": "node scripts/cucumber.js", | ||
"ci:lint": "npm run lint", | ||
"ci:test": "npm test", | ||
"ci:build": "npm run build", | ||
"ci:release": "semantic-release" | ||
"test:features": "node scripts/cucumber.js" | ||
}, | ||
@@ -37,5 +33,10 @@ "husky": { | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"bin", | ||
"lib" | ||
], | ||
"dependencies": { | ||
"ajv": "6.12.6", | ||
"commander": "7.1.0", | ||
"commander": "8.1.0", | ||
"content-type": "1.0.4", | ||
@@ -59,10 +60,10 @@ "curl-trace-parser": "0.0.10", | ||
"eslint-config-prettier": "6.9.0", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-import": "2.23.4", | ||
"gavel-spec": "5.0.0", | ||
"husky": "4.3.8", | ||
"json-pointer": "0.6.1", | ||
"lint-staged": "10.5.4", | ||
"lint-staged": "11.1.1", | ||
"mocha": "8.3.2", | ||
"prettier": "1.19.1", | ||
"rollup": "1.32.1", | ||
"prettier": "2.3.2", | ||
"rollup": "2.55.1", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
@@ -69,0 +70,0 @@ "rollup-plugin-node-resolve": "5.2.0", |
@@ -5,8 +5,2 @@ <p align="center"> | ||
</a> | ||
<a href="https://travis-ci.org/apiaryio/gavel.js" target="_blank"> | ||
<img src="https://travis-ci.org/apiaryio/gavel.js.svg?branch=master" alt="Build Status" /> | ||
</a> | ||
<a href="https://ci.appveyor.com/project/Apiary/gavel-js/branch/master" target="_blank"> | ||
<img src="https://ci.appveyor.com/api/projects/status/0cpnaoakhs8q58tn/branch/master?svg=true" alt="Build Status" /> | ||
</a> | ||
<a href="https://snyk.io/test/npm/gavel" target="_blank"> | ||
@@ -13,0 +7,0 @@ <img src="https://snyk.io/test/npm/gavel/badge.svg" alt="Known Vulnerabilities" /> |
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
31
1310
48463
186
1
+ Addedcommander@8.1.0(transitive)
- Removedcommander@7.1.0(transitive)
Updatedcommander@8.1.0