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.20 to 0.0.23

10

config/webpack/WebpackRuntimeWeb.config.js

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

function getGitHash(){
try {
return __gitHash;
} catch (e){
return "";
}
}
var nodeModules = {};

@@ -85,3 +93,3 @@ fs.readdirSync('node_modules')

test: /\.(eot|woff|woff2|ttf|svg|png|jpg|mp3)$/,
loader: `url-loader?limit=${getMaxFileSize()}&name=assets/[name].[ext]`,
loader: `url-loader?limit=${getMaxFileSize()}&name=assets/[name]_${getGitHash()}.[ext]`,
include: [

@@ -88,0 +96,0 @@ path.join(__workDir, './src/')

2

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