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.2.0 to 0.2.1

6

dist/index.js

@@ -21,7 +21,5 @@ "use strict";

configureServer(server) {
const printUrls = server.printUrls;
server.printUrls = function () {
printUrls();
server.httpServer.on('listening', () => {
(0, serve_1.bootstrap)(config, server);
};
});
},

@@ -28,0 +26,0 @@ },

{
"name": "vite-plugin-electron",
"version": "0.2.0",
"version": "0.2.1",
"description": "Integrate Vite and Electron",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"type": "git",
"url": "git+https://github.com/caoxiemeihao/vite-plugin-electron.git"
"url": "git+https://github.com/electron-vite/vite-plugin-electron.git"
},

@@ -11,0 +11,0 @@ "author": "草鞋没号 <308487730@qq.com>",

@@ -43,2 +43,5 @@ # vite-plugin-electron

**Example** 👉 [electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)
![GitHub stars](https://img.shields.io/github/stars/caoxiemeihao/electron-vite-vue?color=fa6470)
**renderer/vite.config.ts**

@@ -45,0 +48,0 @@

@@ -21,7 +21,5 @@ import type { Configuration } from './types'

configureServer(server) {
const printUrls = server.printUrls
server.printUrls = function () {
printUrls()
server.httpServer.on('listening', () => {
bootstrap(config, server)
}
})
},

@@ -28,0 +26,0 @@ },

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