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.12 to 0.1.13

4

dist/index.js

@@ -33,6 +33,6 @@ var AutoLaunch,

}
if (this.opts.appPath.indexOf('/' !== -1)) {
if (this.opts.appPath.indexOf('/') !== -1) {
tempPath = this.opts.appPath.split('/');
this.opts.appName = tempPath[tempPath.length - 1];
} else if (this.opts.appPath.indexOf('\\' !== -1)) {
} else if (this.opts.appPath.indexOf('\\') !== -1) {
tempPath = this.opts.appPath.split('\\');

@@ -39,0 +39,0 @@ this.opts.appName = tempPath[tempPath.length - 1];

{
"name": "auto-launch",
"version": "0.1.12",
"version": "0.1.13",
"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