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.10 to 0.0.11

21

config/webpack/WebpackRuntimeWeb.config.js

@@ -16,2 +16,10 @@ var path = require('path');

function getAlias(){
try {
return __alias;
} catch (e){
return {};
}
}
module.exports = {

@@ -34,3 +42,4 @@ entry:entry,

// Add `.ts` and `.tsx` as a resolvable extension.
extensions: ['.webpack.js', '.web.js', '.ts', '.tsx', '.js']
extensions: ['.webpack.js', '.web.js', '.ts', '.tsx', '.js'],
alias: getAlias()
},

@@ -72,7 +81,9 @@

new webpack.DefinePlugin({
CLIENT: false,
SERVER: true,
TEST:false
})
'process.env.NODE_ENV': JSON.stringify("development"),
'process.env.FABALOUS_RUNTIME': JSON.stringify("web"),
'process.env.FABALOUS_DEBUG': JSON.stringify(1)
}),
new ProgressBarPlugin(),
new webpack.NamedModulesPlugin()
]
};
{
"name": "@fabalous/runtime-node",
"version": "0.0.10",
"version": "0.0.11",
"description": "Fabalous Node runtime",

@@ -5,0 +5,0 @@ "scripts": {

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