@fabalous/runtime-node
Advanced tools
Comparing version 0.0.37 to 0.0.41
@@ -5,3 +5,3 @@ import * as tslib_1 from "tslib"; | ||
var session = require('express-session'); | ||
var helmet = require('helmet'); | ||
//var helmet = require('helmet'); | ||
/** | ||
@@ -27,3 +27,3 @@ * Runtime class and startpoint for node Project's | ||
_this.app = _this.express(); | ||
_this.app.use(helmet({})); | ||
// this.app.use(helmet({})); | ||
if (process.env.NODE_ENV == "development") { | ||
@@ -30,0 +30,0 @@ _this.app.use(session({ |
{ | ||
"name": "@fabalous/runtime-node", | ||
"version": "0.0.37", | ||
"version": "0.0.41", | ||
"description": "Fabalous Node runtime", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
3
21748
16
446