Socket
Socket
Sign inDemoInstall

@bitgenics/fab-static

Package Overview
Dependencies
335
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2-alpha.0 to 0.6.0

3

bundle.js

@@ -64,4 +64,3 @@ const path = require('path')

const webpackerize = async (tmpServerDir, distDir) => {
const distServerDir = path.join(distDir, 'server')
const server_config = createWebpackConfig(tmpServerDir, distServerDir)
const server_config = createWebpackConfig(tmpServerDir, distDir)

@@ -68,0 +67,0 @@ return new Promise((resolve, reject) => {

{
"name": "@bitgenics/fab-static",
"version": "0.5.2-alpha.0",
"version": "0.6.0",
"description": "Front-end Application Bundle generator for (mostly) static applications.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ const path = require('path')

entry: {
bundle: [path.resolve(srcDir, 'entry.js')],
server: [path.resolve(srcDir, 'entry.js')],
},

@@ -11,0 +11,0 @@ target: 'webworker',

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc