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.3 to 0.0.4

bograch-0.0.4.tgz

6

lib/client.js

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

methods.forEach(function (method) {
if (this[method] === 'undefined') {
if (typeof this[method] === 'undefined') {
this[method] = function (params, cb) {
this.call(method, cb);
};
this.call(method, params, cb);
}.bind(this);
}

@@ -53,0 +53,0 @@ }.bind(this));

{
"name": "bograch",
"version": "0.0.3",
"version": "0.0.4",
"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