@dnode/express
Advanced tools
Comparing version 1.0.0 to 1.0.1
const express = require('express'); | ||
module.exports = async initialize => { | ||
module.exports = init => { | ||
const app = express(); | ||
app.disable('x-powered-by'); | ||
await initialize(app, express); | ||
init(app, express); | ||
@@ -9,0 +9,0 @@ const port = process.env.PORT; |
@@ -6,3 +6,3 @@ { | ||
"name": "@dnode/express", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -9,0 +9,0 @@ "repository": "sharaal/dnode", |
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
648