Comparing version 0.0.11 to 0.0.12
@@ -6,2 +6,4 @@ 'use strict'; | ||
var DEFAULT_TTL = 5 * 1000; // 5 sec. | ||
function Client(transporter, options, cb) { | ||
@@ -19,3 +21,3 @@ if (!transporter) { | ||
this._name = options.name; | ||
this._ttl = options.ttl || 1000; | ||
this._ttl = options.ttl || DEFAULT_TTL; | ||
this.methods = {}; | ||
@@ -22,0 +24,0 @@ |
{ | ||
"name": "bograch", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"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
35112
18
463
2