Socket
Socket
Sign inDemoInstall

flue3

Package Overview
Dependencies
296
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3-dev.0 to 0.0.4-dev.0

6

lib/config/resolveUserConfig.js

@@ -1,5 +0,6 @@

import { WORKDIR, USER_CONFIG_FILENAMES } from '../constants/constants.js';
import { WORKDIR, USER_CONFIG_FILENAMES, APP_PATH, } from '../constants/constants.js';
import path from 'path';
import fs from 'fs';
import { createRequire } from 'module';
import esAliasPlugin from 'esbuild-plugin-alias';
let userConfigCache;

@@ -31,2 +32,5 @@ export const resolveUserConfig = async () => {

format: 'cjs',
plugins: [esAliasPlugin({
'#_FLUE3_UNIVERSAL_ENTRY': path.join(APP_PATH, 'entryClient.js'),
})],
});

@@ -33,0 +37,0 @@ if (!esResult.outputFiles?.[0]) {

3

package.json
{
"name": "flue3",
"version": "0.0.3-dev.0",
"version": "0.0.4-dev.0",
"description": "flue3 SSR framework based on Vite",

@@ -29,2 +29,3 @@ "author": "FL3NKEY",

"esbuild": "0.15.15",
"esbuild-plugin-alias": "0.2.1",
"h3": "1.0.1",

@@ -31,0 +32,0 @@ "listhen": "1.0.0",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc