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

bograch

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bograch - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

bograch-0.0.18.tgz

4

lib/client.js

@@ -102,3 +102,5 @@ 'use strict';

clearTimeout(timeoutId);
cb.apply({}, arguments);
var responseArgs = Array.prototype.slice.call(arguments);
debug('got response from %s. Args: %j', publicMethodName, responseArgs);
cb.apply({}, responseArgs);
}

@@ -105,0 +107,0 @@ });

@@ -46,6 +46,6 @@ 'use strict';

this._transport.on(publicMethodName, function (args, cb) {
debug('executing %s with arguments %j and %scallback', publicMethodName, args, cb ? '' : 'no ');
args.push(cb || function () {});
debug('executing %s with arguments %j', publicMethodName, args);
try {

@@ -52,0 +52,0 @@ method.apply({}, args);

{
"name": "bograch",
"version": "0.0.17",
"version": "0.0.18",
"description": "A communication gateway for NodeJS microservices.",

@@ -5,0 +5,0 @@ "main": "./lib",

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