Comparing version 0.0.3 to 0.0.4
@@ -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", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52830
16