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

electron-winstaller

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-winstaller - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

lib/index.js

@@ -102,3 +102,3 @@ "use strict";

monoExe = 'mono';
wineExe = process.arch === 'x64' ? 'wine64' : 'wine';
wineExe = ['arm64', 'x64'].includes(process.arch) ? 'wine64' : 'wine';
if (!(process.platform !== 'win32')) return [3 /*break*/, 2];

@@ -105,0 +105,0 @@ useMono = true;

{
"name": "electron-winstaller",
"version": "5.2.0",
"version": "5.2.1",
"description": "Module to generate Windows installers for Electron apps",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"lint": "eslint --ext .ts src spec",
"test": "npm run lint && ava",
"test": "npm run lint && ava --timeout=30s",
"tdd": "ava --watch"

@@ -29,0 +29,0 @@ },

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