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.18 to 0.0.19

17

config/webpack/WebpackRuntimeWeb.config.js

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

function getMaxFileSize(){
try {
return __maxAssetSize;
} catch (e){
return 100000
}
}
module.exports = {

@@ -74,2 +82,9 @@ entry:entry,

loader: 'awesome-typescript-loader?configFileName='+path.join(__workDir, './node_modules/@fabalous/runtime-node/config/tsconfig.node.json')
},
{
test: /\.(eot|woff|woff2|ttf|svg|png|jpg|mp3)$/,
loader: `url-loader?limit=${getMaxFileSize()}&name=assets/[name].[ext]`,
include: [
path.join(__workDir, './src/')
]
}

@@ -80,3 +95,3 @@ ],

plugins:[
new webpack.NormalModuleReplacementPlugin(/\.(gif|png|less|css)$/, 'node-noop'),
new webpack.NormalModuleReplacementPlugin(/\.(mp4)$/, 'node-noop'),
new webpack.DefinePlugin({

@@ -83,0 +98,0 @@ 'process.env.NODE_ENV': JSON.stringify("development"),

2

package.json
{
"name": "@fabalous/runtime-node",
"version": "0.0.18",
"version": "0.0.19",
"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