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.9 to 0.1.10

4

lib/wrapper.js

@@ -95,3 +95,3 @@ // Handle input parameters

// Hack to force the wrapper process to stay open by launching a ghost socket server
var server = require('net').createServer().listen();
var server = require('net').createServer().listen(0, '127.0.0.1');

@@ -210,2 +210,2 @@ /**

// Launch the process
launch();
launch();
{
"name": "node-linux",
"version": "0.1.9",
"version": "0.1.10",
"description": "Support daemon creation and management on Linux.",

@@ -5,0 +5,0 @@ "keywords": [

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