You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

xpipe

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpipe - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"name": "xpipe",
"version": "1.0.3",
"version": "1.0.4",
"description": "Use cross-platform IPC paths in node.",

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

@@ -5,3 +5,3 @@

Use cross-platform IPC<sup>[2]</sup> paths in node.
Use cross-platform IPC paths in node.

@@ -11,3 +11,3 @@ Background

In node - instead of utilizing TCP - you can use IPC to communicate to other services like...
In node - instead of utilizing TCP - you can use IPC<sup>[2]</sup> to communicate to other services like

@@ -25,7 +25,13 @@ - web servers (NGINX)

that are referred by file descriptors.
Unlike the former, Windows utilizes [named pipes](https://en.wikipedia.org/wiki/Named_pipe) living
Windows utilizes [named pipes](https://en.wikipedia.org/wiki/Named_pipe) living
in the root directory of the NPFS<sup>[3]</sup>, mounted under the special path \\\\.\\pipe\\.
**To mitigate these differences and to to support writing better cross-platform code, xpipe was born...**
**To mitigate these differences and to to support writing portable code, xpipe was born...**
Installation
------------
npm install xpipe
Usage

@@ -32,0 +38,0 @@ -----