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

user-startup

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

user-startup - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

4

lib/startup/darwin.js

@@ -19,3 +19,3 @@ 'use strict';

function getFile(name) {
return dir + '/' + name + '.plist';
return '' + dir + '/' + name + '.plist';
}

@@ -35,3 +35,3 @@

cp.execSync('launchctl load ' + name);
cp.execSync('launchctl load ' + file);
}

@@ -38,0 +38,0 @@

@@ -26,3 +26,3 @@ 'use strict';

function getFile(name) {
return dir + '/' + name + '.desktop';
return '' + dir + '/' + name + '.desktop';
}

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

@@ -19,3 +19,3 @@ 'use strict';

function getFile(name) {
return dir + '\\' + name + '.vbs';
return '' + dir + '\\' + name + '.vbs';
}

@@ -22,0 +22,0 @@

{
"name": "user-startup",
"version": "0.1.0",
"description": "Automatically run commands when the user logs on (cross-platform)",
"version": "0.1.1",
"description": "Automatically run commands when the user logs in (cross-platform)",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -1,4 +0,4 @@

# user-startup
# user-startup [![Build Status](https://travis-ci.org/typicode/user-startup.svg)](https://travis-ci.org/typicode/user-startup) [![npm version](https://badge.fury.io/js/user-startup.svg)](https://www.npmjs.com/package/user-startup)
> Automatically run commands when the user logs in. Used in [hotel](https://github.com/typicode/hotel).
> Automatically run commands when you log in. Used in [hotel](https://github.com/typicode/hotel).

@@ -31,3 +31,3 @@ * Cross-platform (OS X, Linux and Windows)

Creates a startup script and spawn process.
Creates a startup script and spawns process.

@@ -34,0 +34,0 @@ `remove(id)`

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