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.50 to 0.0.51

29

config/webpack/WebpackRuntimeWeb.config.js

@@ -64,27 +64,12 @@ var path = require('path');

stats: {
colors: true,
hash: false,
version: true,
timings: true,
assets: false,
chunks: false,
modules: false,
reasons: false,
children: false,
source: false,
errors: true,
errorDetails: true,
warnings: false,
publicPath: false
},
stats: "minimal",
module: {
loaders: [
rules: [
{
include:[
path.join(__workDir, './src/')
],
test: /\.tsx?$/,
loader: 'ts-loader?configFile='+path.join(__workDir, './node_modules/@fabalous/runtime-node/config/tsconfig.node.json')
loader: 'ts-loader',
query: {
transpileOnly: true,
configFile:path.join(__workDir, getCache())
}
},

@@ -91,0 +76,0 @@ {

{
"name": "@fabalous/runtime-node",
"version": "0.0.50",
"version": "0.0.51",
"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