Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gavel

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gavel - npm Package Compare versions

Comparing version 10.0.3 to 10.0.4

lib/errors.js

23

package.json
{
"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" />

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc