You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

tcp-background-notifier

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcp-background-notifier - npm Package Compare versions

Comparing version

to
0.1.1

4

backgroundtask.js
const notifier = require('node-notifier');
const path = require('path');
const net = require('net');
const process = require('process');
const pid = process.pid;
const port = 7070;

@@ -36,3 +38,3 @@ const host = '';

console.log(JSON.stringify({ err, data }));
sock.write(JSON.stringify({ err, data }));
sock.write(JSON.stringify({ err, data, pid }));
sock.write('\r');

@@ -39,0 +41,0 @@ sock.destroy();

{
"name": "tcp-background-notifier",
"version": "0.1.0",
"version": "0.1.1",
"description": "A package that starts a node.exe background instance with an tcp server to create notifications on port 7070",

@@ -5,0 +5,0 @@ "main": "index.js",