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

gavel

Package Overview
Dependencies
Maintainers
6
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 8.1.1 to 8.2.0

20

package.json
{
"name": "gavel",
"version": "8.1.1",
"version": "8.2.0",
"description": "Validator of HTTP transactions (JavaScript implementation)",

@@ -38,2 +38,3 @@ "main": "build/index.js",

"dependencies": {
"ajv": "6.10.2",
"amanda": "1.0.1",

@@ -53,19 +54,20 @@ "caseless": "0.12.0",

"devDependencies": {
"@rollup/plugin-json": "4.0.0",
"chai": "4.2.0",
"cross-spawn": "7.0.0",
"cross-spawn": "7.0.1",
"cucumber": "1.3.2",
"eslint": "6.4.0",
"eslint": "6.6.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-airbnb-base": "13.2.0",
"eslint-config-prettier": "6.3.0",
"eslint-config-prettier": "6.5.0",
"eslint-plugin-import": "2.18.2",
"gavel-spec": "4.1.0",
"husky": "3.0.5",
"lint-staged": "9.4.0",
"mocha": "6.2.0",
"husky": "3.0.9",
"lint-staged": "9.4.2",
"mocha": "6.2.2",
"prettier": "1.18.2",
"rollup": "1.21.3",
"rollup": "1.26.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"semantic-release": "15.13.24",
"semantic-release": "15.13.28",
"sinon": "7.5.0"

@@ -72,0 +74,0 @@ },

const resolve = require('rollup-plugin-node-resolve');
const commonjs = require('rollup-plugin-commonjs');
const json = require('@rollup/plugin-json/dist');
const packageJson = require('./package.json');

@@ -22,2 +23,3 @@

}),
json(),
commonjs()

@@ -24,0 +26,0 @@ ]

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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