child_process-remote
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "child_process-remote", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "child_process spawn over TCP", | ||
@@ -5,0 +5,0 @@ "main": "spawn.js", |
[![Build Status](https://travis-ci.org/131/remote-cp.svg?branch=master)](https://travis-ci.org/131/remote-cp) | ||
[![Coverage Status](https://coveralls.io/repos/github/131/remote-cp/badge.svg?branch=master)](https://coveralls.io/github/131/remote-cp?branch=master) | ||
[![Version](https://img.shields.io/npm/v/remote-cp.svg)](https://www.npmjs.com/package/remote-cp) | ||
[![Version](https://img.shields.io/npm/v/child_process-remote.svg)](https://www.npmjs.com/package/child_process-remote) | ||
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) | ||
@@ -10,8 +9,7 @@ [![Code style](https://img.shields.io/badge/code%2fstyle-ivs-green.svg)](https://www.npmjs.com/package/eslint-plugin-ivs) | ||
# Motivation | ||
Execute a remote process throught a remote TCP endoint | ||
Execute a remote process throught a remote TCP (http) endoint | ||
# API | ||
@@ -21,3 +19,3 @@ | ||
//assume server is running on | ||
var spawn = require('remote-cp/spawn')(8080); | ||
var spawn = require('child_process-remote/spawn')(8080); | ||
@@ -36,3 +34,3 @@ var version = ''; | ||
```server.js | ||
var Server = require('remote-cp/server'); | ||
var Server = require('child_process-remote/server'); | ||
var server = new Server(); | ||
@@ -39,0 +37,0 @@ server.listen(8080, function() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6795
8
48
4