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

strong-service-install

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strong-service-install - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

index.js

@@ -31,4 +31,4 @@ var assert = require('assert');

return cb(err);
else
return cb(null, util.format('%s (%s)', opts.name, opts.jobFile));
console.log('Service %s installed (%s)', opts.name, opts.jobFile);
cb(null, util.format('%s (%s)', opts.name, opts.jobFile));
});

@@ -158,3 +158,3 @@

opts.mkdirp(dir, {}, function(err, made) {
if (!err)
if (!err && made)
console.log('created %s...', made);

@@ -161,0 +161,0 @@ cb(err);

{
"name": "strong-service-install",
"version": "0.1.0",
"version": "0.1.1",
"description": "Install a module as an OS service",

@@ -5,0 +5,0 @@ "main": "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