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

node-linux

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-linux - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

3

lib/systemv.js

@@ -6,3 +6,3 @@ var mu = require('mu2'),

exec = require('child_process').exec,
supportedos = ['debian','centos','redhat','fedora','ubuntu'];
supportedos = ['debian','centos','redhat','fedora','ubuntu','amzn'];

@@ -20,2 +20,3 @@

case 'fedora':
case 'amzn':
case 'redhat':

@@ -22,0 +23,0 @@ _os = 'redhat';

{
"name": "node-linux",
"version": "0.1.7",
"version": "0.1.8",
"description": "Support daemon creation and management on Linux.",

@@ -24,4 +24,4 @@ "keywords": [

"dependencies": {
"optimist": "~0.4.0",
"mu2": "~0.5.17"
"optimist": "~0.6.1",
"mu2": "~0.5.20"
},

@@ -28,0 +28,0 @@ "readmeFilename": "README.md",

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