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.15 to 0.0.16

bograch-0.0.16.tgz

4

lib/client.js

@@ -117,2 +117,6 @@ 'use strict';

Client.prototype.connect = function () {
this._transport.connect(function () {});
};
module.exports = Client;

@@ -66,2 +66,3 @@ 'use strict';

Server.prototype.start = function (cb) {
cb = cb || function () {};
if (!this._isUp) {

@@ -79,2 +80,3 @@ this.addMethods(this.exports);

Server.prototype.end = function (cb) {
cb = cb || function () {};
if (this._isUp) {

@@ -81,0 +83,0 @@ this._transport.stop(function (err) {

2

package.json
{
"name": "bograch",
"version": "0.0.15",
"version": "0.0.16",
"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