New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-electron

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-electron - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

cli.js

@@ -65,2 +65,5 @@ #!/usr/bin/env node

const resolveConfig = {
extensions: ['.js', '.mjs', '.json', '.wasm'],
};

@@ -79,2 +82,3 @@ export const getMainConfig = ({ entry, extraEntries, target }) => ({

},
resolve: resolveConfig,
...customConfig,

@@ -96,2 +100,3 @@ ...customMainConfig,

},
resolve: resolveConfig,
...customConfig,

@@ -98,0 +103,0 @@ ...customPreloadConfig,

2

package.json
{
"name": "build-electron",
"description": "A simple build tool for Electron main/preload code",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -6,0 +6,0 @@ "bin": {

@@ -5,3 +5,3 @@ # build-electron [![Test](https://github.com/mifi/build-electron/actions/workflows/test.yml/badge.svg)](https://github.com/mifi/build-electron/actions/workflows/test.yml)

`build-electron` is a simple build tool for **main** and **preload** code of your Electron app, so you don't have to setup a webpack build system yourself. The aim is to make it easier to get started building Electron apps, like it used to be.
`build-electron` is a simple build tool for **main** and **preload** code of your Electron app, so you don't have to setup a webpack build system yourself. The aim is to make it easier to get started building Electron apps, like it used to be. Note that **`build-electron` is not a boilerplate**.

@@ -8,0 +8,0 @@ ## Background

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