Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cluster-service

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster-service - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

2

lib/http-client.js

@@ -63,3 +63,3 @@ var

body = err;
onCallback(err, body, res, cb);
onCallback(err, body, null, cb);
}).end();

@@ -66,0 +66,0 @@ }

@@ -61,4 +61,11 @@ var

body = err;
if (options.json === true) {
cservice.results(JSON.stringify(body));
} else {
cservice.results(util.inspect(body, { depth: null, colors: true }));
}
cb && cb(err, body);
}).end();
}
{
"name": "cluster-service",
"version": "0.5.8",
"version": "0.5.9",
"author": {

@@ -5,0 +5,0 @@ "name": "Aaron Silvas",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc