Socket
Socket
Sign inDemoInstall

@foal/core

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foal/core - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

1

lib/express/create-app.js

@@ -36,2 +36,3 @@ "use strict";

path: core_1.Config.get('settings', 'sessionCookiePath'),
sameSite: core_1.Config.get('settings', 'sessionCookieSameSite'),
secure: core_1.Config.get('settings', 'sessionCookieSecure'),

@@ -38,0 +39,0 @@ },

4

package.json
{
"name": "@foal/core",
"version": "0.7.2",
"version": "0.7.3",
"description": "High level web framework to create enterprise-grade Node.JS applications.",

@@ -88,3 +88,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@foal/ejs": "^0.7.0",
"@foal/ejs": "^0.7.3",
"@types/mocha": "^2.2.43",

@@ -91,0 +91,0 @@ "@types/node": "^10.1.2",

@@ -44,6 +44,2 @@ <p align="center">

## Description
FoalTS is a next-generation framework that helps you create server-side [Node.js](https://nodejs.org) applications. Its development tools, modular components and TypeScript support make it the ideal choice for building modern applications.
## Get started

@@ -50,0 +46,0 @@

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