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.7

4

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

@@ -23,2 +23,2 @@ "main": "index.js",

}
}
}

@@ -19,3 +19,3 @@ # tcp-background-notifier

const pid = tcpnotifier.start(); # starts the tcp server to listen on port 7070 and returns the PID(ProcessID)
const pid = tcpnotifier.start(); // starts the tcp server to listen on port 7070 and returns the PID(ProcessID)
```

@@ -22,0 +22,0 @@ Send following json array over tcp to port **7070** and the ip adress from the machine you've started the node js code from to create a notification: