Comparing version 0.9.15 to 0.9.16
var os = require('os'), | ||
util = require('util'), | ||
colors = require('colors'), | ||
@@ -55,3 +56,3 @@ pubsub = require('event-pubsub'), | ||
args[i]=JSON.stringify(args[i]); | ||
args[i]=util.inspect(args[i],{colors:true}); | ||
} | ||
@@ -58,0 +59,0 @@ |
{ | ||
"name": "node-ipc", | ||
"version": "0.9.15", | ||
"version": "0.9.16", | ||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", | ||
@@ -5,0 +5,0 @@ "main": "node-ipc.js", |
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
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
61681
1292