Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

vite-plugin-electron

Package Overview
Dependencies
1
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.28.5 to 0.28.6

2

dist/index.d.ts

@@ -25,3 +25,3 @@ /// <reference types="node" />

*/
startup: (argv?: string[], options?: import('node:child_process').SpawnOptions) => Promise<void>;
startup: (argv?: string[], options?: import('node:child_process').SpawnOptions, customElectronPkg?: string) => Promise<void>;
/** Reload Electron-Renderer */

@@ -28,0 +28,0 @@ reload: () => void;

@@ -50,2 +50,5 @@ "use strict";

resolve: {
// @ts-ignore
browserField: false,
conditions: ["node"],
// #98

@@ -190,3 +193,3 @@ // Since we're building for electron (which uses Node.js), we don't want to use the "browser" field in the packages.

if (process.electronApp) {
server.hot.send({ type: "full-reload" });
(server.hot || server.ws).send({ type: "full-reload" });
} else {

@@ -193,0 +196,0 @@ startup();

{
"name": "vite-plugin-electron",
"version": "0.28.5",
"version": "0.28.6",
"description": "Electron 🔗 Vite",

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

@@ -152,3 +152,3 @@ <p align="center">

*/
startup: (argv?: string[], options?: import('node:child_process').SpawnOptions) => Promise<void>
startup: (argv?: string[], options?: import('node:child_process').SpawnOptions, customElectronPkg?: string) => Promise<void>
/** Reload Electron-Renderer */

@@ -155,0 +155,0 @@ reload: () => void

Sorry, the diff of this file is not supported yet

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