Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-electron

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-electron - npm Package Compare versions

Comparing version 0.14.0-beta.0 to 0.14.0

2

dist/simple.d.ts

@@ -10,3 +10,3 @@ import { type Plugin } from 'vite';

*
* Preload scripts perhaps bundle as web format, so use the `build.rollupOptions.input` instead `build.lib.entry`.
* Preload scripts may contain Web assets, so use the `build.rollupOptions.input` instead `build.lib.entry`.
*/

@@ -13,0 +13,0 @@ input: InputOption;

@@ -46,2 +46,4 @@ "use strict";

output: {
// For use the Electron API - `import { contextBridge, ipcRenderer } from 'electron'`
format: "cjs",
// Only one file will be bundled, which is consistent with the behavior of `build.lib`

@@ -48,0 +50,0 @@ manualChunks: {},

{
"name": "vite-plugin-electron",
"version": "0.14.0-beta.0",
"version": "0.14.0",
"description": "Electron 🔗 Vite",

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

@@ -29,2 +29,4 @@ <p align="center">

In short, `vite-plugin-electron` makes developing Electron apps as easy as normal Vite projects.
## Features

@@ -98,2 +100,3 @@

```js
// Just like v0.9.x
import electron from 'vite-plugin-electron/simple'

@@ -100,0 +103,0 @@

Sorry, the diff of this file is not supported yet

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