Socket
Socket
Sign inDemoInstall

avert

Package Overview
Dependencies
8
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.1.0

4

lib/index.js

@@ -7,5 +7,5 @@ 'use strict';

const Hoek = require('hoek');
const Hoek = require('@hapi/hoek');
const Caja = require('sanitizer');
const Joi = require('joi');
const Joi = require('@hapi/joi');
const _ = require('lodash');

@@ -12,0 +12,0 @@

{
"name": "avert",
"version": "1.0.4",
"version": "1.1.0",
"description": "HapiJS request sanitizer.",

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"engines": {
"node": "8.9.3"
"node": ">=8.9.3"
},

@@ -27,5 +27,5 @@ "scripts": {

"dependencies": {
"hoek": "^6.1.2",
"joi": "^14.3.1",
"lodash": "^4.17.11",
"@hapi/hoek": "^9.0.4",
"@hapi/joi": "^17.1.1",
"lodash": "^4.17.15",
"sanitizer": "^0.1.3"

@@ -49,12 +49,13 @@ },

"devDependencies": {
"blipp": "^3.1.2",
"blipp": "^3.1.3",
"boom": "^7.3.0",
"code": "^5.2.4",
"coveralls": "^3.0.2",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"hapi": "^18.0.0",
"lab": "^18.0.1",
"prettier": "^1.16.4"
"coveralls": "^3.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint": ">=5.0.0",
"@hapi/hapi": "^19.1.1",
"@hapi/lab": "^20.0.4",
"prettier": "^1.19.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc