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.11 to 0.0.12

bograch-0.0.12.tgz

4

lib/client.js

@@ -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",

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