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.3 to 0.28.4

5

dist/index.js

@@ -147,3 +147,6 @@ "use strict";

}
process.kill(tree.pid);
try {
process.kill(tree.pid);
} catch {
}
}

@@ -150,0 +153,0 @@ function build(options) {

24

dist/simple.js
"use strict";
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });

@@ -77,3 +99,3 @@ const fs = require("node:fs");

try {
const renderer = await Promise.resolve().then(() => require("./index-C2o8MN18.js"));
const renderer = await import("vite-plugin-electron-renderer");
plugins.push(renderer.default(options.renderer));

@@ -80,0 +102,0 @@ } catch (error) {

{
"name": "vite-plugin-electron",
"version": "0.28.3",
"version": "0.28.4",
"description": "Electron πŸ”— Vite",

@@ -39,2 +39,10 @@ "main": "./dist/index.js",

},
"peerDependencies": {
"vite-plugin-electron-renderer": "*"
},
"peerDependenciesMeta": {
"vite-plugin-electron-renderer": {
"optional": true
}
},
"devDependencies": {

@@ -41,0 +49,0 @@ "rollup": "^4.13.0",

Sorry, the diff of this file is not supported yet

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