Socket
Socket
Sign inDemoInstall

hapi-csv

Package Overview
Dependencies
125
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.1.0

2

lib/index.js
'use strict';
const Joi = require('@hapi/joi');
const Joi = require('joi');
const Hoek = require('@hapi/hoek');

@@ -5,0 +5,0 @@ const ExcelJs = require('exceljs');

{
"name": "hapi-csv",
"version": "5.0.3",
"version": "5.1.0",
"description": "Hapi plugin for converting a Joi response schema and dataset to csv",

@@ -29,13 +29,13 @@ "main": "lib/index.js",

"fast-csv": "^4.3.2",
"xlsx": "^0.16.7"
"xlsx": "^0.16.8"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/joi": "^17.1.1",
"@hapi/lab": "^23.0.0",
"@hapi/hapi": "^20.0.0"
"joi": "^17.2.1",
"@hapi/lab": "^24.0.0",
"@hapi/hapi": "^20.0.1"
},
"peerDependencies": {
"@hapi/hapi": ">=19.1.1",
"@hapi/joi": ">=17.1.1"
"joi": ">=17.2.1"
},

@@ -42,0 +42,0 @@ "engines": {

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

const Code = require('@hapi/code');
const Joi = require('@hapi/joi');
const Joi = require('joi');
const Hapi = require('@hapi/hapi');

@@ -8,0 +8,0 @@

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