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.3.0 to 0.3.1

6

index.js

@@ -15,3 +15,9 @@ "use strict";

(_a = nuxt.options.app).baseURL ?? (_a.baseURL = "./");
if (nuxt.options.app.baseURL.startsWith("/")) {
nuxt.options.app.baseURL = "." + nuxt.options.app.baseURL;
}
(_b = nuxt.options.runtimeConfig.app).baseURL ?? (_b.baseURL = "./");
if (nuxt.options.runtimeConfig.app.baseURL.startsWith("/")) {
nuxt.options.runtimeConfig.app.baseURL = "." + nuxt.options.runtimeConfig.app.baseURL;
}
(_c = nuxt.options.router.options).hashMode ?? (_c.hashMode = true);

@@ -18,0 +24,0 @@ }

2

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

@@ -5,0 +5,0 @@ "main": "index.mjs",

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