@targetprocess/assets-service
Advanced tools
Comparing version 0.0.2-alpha.3 to 0.0.2-alpha.4
{ | ||
"name": "@targetprocess/assets-service", | ||
"version": "0.0.2-alpha.3", | ||
"version": "0.0.2-alpha.4", | ||
"description": "Service to serve Targetprocess frontend assets.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -49,5 +49,7 @@ const express = require('express'); | ||
const path = require('path'); | ||
const util = require('util'); | ||
fs.writeFile(path.resolve(__dirname, './log.txt'), JSON.stringify({ | ||
util.promisify(fs.writeFile)(path.resolve(__dirname, './log.txt'), JSON.stringify({ | ||
url: req.url, | ||
url: req.url, | ||
protocol: req.protocol, | ||
@@ -54,0 +56,0 @@ headers: req.headers |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10211
229