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

vite-plugin-electron-renderer

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-electron-renderer - npm Package Versions

1
7

0.13.1

Diff

Changelog

Source

0.13.1 (2023-03-21)

  • 893e361 refactor!: improve Pre-Bundling #35
caoxie
published 0.13.0 •

Changelog

Source

0.13.0 (2023-03-20)

Break!

Since 0.13.0, Pre-Bundling will be handled automatically within the plugin

Main Changed
  • 485a516 feat!: Pre-Bundling modules for Electron Renderer process
caoxie
published 0.12.1 •

Changelog

Source

0.12.1 (2023-02-09)

Main Changed

9803675 fix(test): the right time 41bff23 fix: optimizeDeps.exclude builtin modules #27

caoxie
published 0.12.0 •

Changelog

Source

0.12.0 (2023-02-09)

Main Changed
  • c97bd16 refactor: better builtins build
  • 61e9e05 refactor: better polyfill with nodeIntegration:false #24
  • 4ef703c feat: lazy load esbuild
  • 06e7f31 Merge pull request #25 from electron-vite/vitest
  • 35bb551 feat(test): integrate vitest
caoxie
published 0.11.4 •

Changelog

Source

0.11.4 (2023-01-04)

  • 502f7f2 feat: support Pre-Bundling cache #15
caoxie
published 0.11.3 •

Changelog

Source

0.11.3 (2022-11-18)

  • cbab7db fix: insert built-in modules to optimizeDeps.exclude
caoxie
published 0.11.2 •

Changelog

Source

0.11.2 (2022-11-18)

  1. Pre-Bundling Node.js built-in modules by default.
  2. Fixed incorrect loading of static resources (It does not support custom assetsDir).
  • ee51908 feat: build built-in modules 🌱
  • 51d5287 fix: assetsDir default value
  • 5d0dfc0 refactor: always Pre-Bundling built-in modules
caoxie
published 0.11.1 •

Changelog

Source

0.11.1 (2022-11-16)

  • a8c546b fix: add 'vite-plugin-electron-renderer/electron-renderer' to optimizeDeps.exclude.
caoxie
published 0.11.0 •

Changelog

Source

0.11.0 (2022-11-15)

Break!
  1. All Node.js APIs must be Pre-Bundling via optimizeDeps (the 'electron' module does not need to be built), this brings the benefit of being able to use it in Web Worker at the same time.
  2. Remove worker() plugin.
  3. Use Vite to build all source code, and will no longer support importing a plugin separately.
  • c9b42be refactor: build with Vite
  • d31f314 electron-renderer.js
  • 2904e03 feat: nodeIntegration in build-config.ts
  • 4d292fb feat: optimizeDeps support Node.js built-in modules
  • 522955c refactor!: remove worker(), remove Node.js API support.
caoxie
published 0.10.4 •

Changelog

Source

0.10.4 (2022-11-14)

optimizerDeps should not process builtins, builtins will be processed in use-node.js.ts.

  • 6436b49 fix: avoid built-in modules
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