Socket
Socket
Sign inDemoInstall

auto-launch

Package Overview
Dependencies
5
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.5 to 5.0.6

2

dist/index.js

@@ -41,3 +41,3 @@ var AutoLaunch, isPathAbsolute,

this.api = require('./AutoLaunchMac');
} else if (/linux/.test(process.platform)) {
} else if ((/linux/.test(process.platform)) || (/freebsd/.test(process.platform))) {
this.api = require('./AutoLaunchLinux');

@@ -44,0 +44,0 @@ } else {

{
"name": "auto-launch",
"version": "5.0.5",
"version": "5.0.6",
"description": "Launch node applications or executables at login (Mac, Windows, and Linux)",

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

@@ -11,3 +11,3 @@ node-auto-launch

- :star: Launch any application or executable at startup / login / boot.
- :star: Supports Linux, Mac (via AppleScript or Launch Agent), and Windows.
- :star: Supports Linux, FreeBSD, Mac (via AppleScript or Launch Agent), and Windows.
- :star: Supports [NW.js](http://nwjs.io/) and [Electron](http://electron.atom.io/) (with or without Squirrel; i.e. even if you're using Electron's built-in [`autoUpdater`](http://electron.atom.io/docs/api/auto-updater/) API).

@@ -97,3 +97,3 @@ - :star: Auto-detects your app path for NW.js and Electron apps.

### Linux
### Linux / FreeBSD

@@ -100,0 +100,0 @@ A [Desktop Entry](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html) is created; i.e. a `.desktop` file is created in `~/.config/autostart/`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc