🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@node-framework/app

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-framework/app - npm Package Compare versions

Comparing version

to
1.0.10

2

dist/src/index.module.js

@@ -28,3 +28,3 @@ "use strict";

this.app.get('/', (req, res) => {
res.sendFile(path_1.default.join(__dirname, 'modules/client', 'index.html'));
res.sendFile(path_1.default.join(__dirname, 'client', 'index.html'));
});

@@ -31,0 +31,0 @@ }

@@ -11,3 +11,3 @@ "use strict";

output: {
path: path_1.default.resolve(__dirname, 'dist', 'client'),
path: path_1.default.resolve(__dirname, 'dist', 'src/client'),
filename: 'bundle.js',

@@ -14,0 +14,0 @@ },

@@ -11,3 +11,3 @@ "use strict";

output: {
path: path_1.default.resolve(__dirname, 'dist', 'server'),
path: path_1.default.resolve(__dirname, 'dist/src', 'server'),
filename: 'server.bundle.js'

@@ -14,0 +14,0 @@ },

{
"name": "@node-framework/app",
"version": "1.0.9",
"version": "1.0.10",
"description": "@node-framework/app",

@@ -5,0 +5,0 @@ "main": "dist/src/index.module.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet