Socket
Socket
Sign inDemoInstall

auto-launch

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-launch - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

2

dist/AutoLaunchWindows.js

@@ -13,3 +13,3 @@ var Winreg, regKey;

enable: function(opts, cb) {
return regKey.set(opts.appName, Winreg.REG_SZ, opts.appPath, cb);
return regKey.set(opts.appName, Winreg.REG_SZ, "\"" + opts.appPath + "\"", cb);
},

@@ -16,0 +16,0 @@ disable: function(opts, cb) {

{
"name": "auto-launch",
"version": "0.1.14",
"version": "0.1.15",
"description": "Launch node-webkit apps at login (mac & windows)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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