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.2.1 to 8.2.2

5

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

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

"eslint-config-prettier": "6.7.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-import": "2.19.1",
"gavel-spec": "4.1.0",

@@ -71,2 +71,3 @@ "husky": "3.1.0",

"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.1.3",
"semantic-release": "15.13.31",

@@ -73,0 +74,0 @@ "sinon": "7.5.0"

2

README.md

@@ -164,4 +164,2 @@ <p align="center">

> Note that JSON schema Draft-05+ are not currently supported. [Follow the support progress](https://github.com/apiaryio/gavel.js/issues/90).
## Examples

@@ -168,0 +166,0 @@

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

@@ -24,3 +26,4 @@

json(),
commonjs()
commonjs(),
terser()
]

@@ -27,0 +30,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