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

electron-squirrel-startup

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-squirrel-startup - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

index.js

@@ -18,11 +18,10 @@ var path = require('path');

debug('processing squirrel command `%s`', cmd);
var target = path.basename(process.execPath);
var target = '"' + path.basename(process.execPath) + '"';
if (cmd === '--squirrel-install' || cmd === '--squirrel-updated') {
run(['--createShortcut', target], app.quit);
run(['--createShortcut=' + target + ''], app.quit);
return true;
}
if (cmd === '--squirrel-uninstall') {
run(['--removeShortcut', target], app.quit);
run(['--removeShortcut=' + target + ''], app.quit);
return true;

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

{
"name": "electron-squirrel-startup",
"version": "0.1.3",
"version": "0.1.4",
"description": "Default Squirrel.Windows event handler for your Electron apps.",

@@ -5,0 +5,0 @@ "author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",

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