Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fabalous/runtime-node

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fabalous/runtime-node - npm Package Compare versions

Comparing version 0.0.37 to 0.0.41

4

lib/FabaRuntimeNode.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc