Socket
Socket
Sign inDemoInstall

hapi-csv

Package Overview
Dependencies
48
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

9

lib/index.js

@@ -304,7 +304,10 @@ 'use strict';

for (const queryPart of query) {
temp = temp[queryPart];
if (temp) {
for (const queryPart of query) {
temp = temp[queryPart];
}
temp = internals.dateToISOString(temp);
}
temp = internals.dateToISOString(temp);
dataRow[key] = internals.escapeQuotesInString(temp);

@@ -311,0 +314,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc