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

nuxt-electron

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-electron - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

7

dist/index.d.ts

@@ -45,2 +45,9 @@ import { NuxtModule } from '@nuxt/schema';

* },
* nitro: {
* runtimeConfig: {
* app: {
* baseURL: './,
* }
* }
* },
* })

@@ -47,0 +54,0 @@ * ```

16

package.json
{
"name": "nuxt-electron",
"version": "0.6.0",
"version": "0.7.0",
"description": "Nuxt Integration with Electron",

@@ -37,9 +37,9 @@ "main": "./dist/index.cjs",

"devDependencies": {
"@types/node": "^20.4.2",
"esbuild": "^0.18.13",
"electron": "^25.3.0",
"nuxt": "^3.6.3",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite-plugin-electron": "^0.12.0",
"@types/node": "^20.10.4",
"esbuild": "^0.19.8",
"electron": "^28.0.0",
"nuxt": "^3.8.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite-plugin-electron": "^0.14.1",
"vite-plugin-electron-renderer": "^0.14.5"

@@ -46,0 +46,0 @@ },

@@ -26,6 +26,10 @@ <p align="center">

pnpm add -D nuxt-electron vite-plugin-electron vite-plugin-electron-renderer electron electron-builder
```
```sh
# Using yarn
yarn add --dev nuxt-electron vite-plugin-electron vite-plugin-electron-renderer electron electron-builder
```
```sh
# Using npm

@@ -96,3 +100,3 @@ npm install --save-dev nuxt-electron vite-plugin-electron vite-plugin-electron-renderer electron electron-builder

*/
build: import('vite-plugin-electron').Configuration[],
build: import('vite-plugin-electron').ElectronOptions[],
/**

@@ -120,2 +124,9 @@ * @see https://github.com/electron-vite/vite-plugin-electron-renderer

* },
* nitro: {
* runtimeConfig: {
* app: {
* baseURL: './,
* }
* }
* },
* })

@@ -122,0 +133,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc