Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ferrum-db-client

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ferrum-db-client - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14

1

dist/index.js

@@ -35,2 +35,3 @@ "use strict";

this.onTimeout = new util_1.EventEmitter();
this.onReconnect = new util_1.EventEmitter();
this.ip = ip;

@@ -37,0 +38,0 @@ this.port = port;

2

package.json
{
"name": "ferrum-db-client",
"version": "0.3.13",
"version": "0.3.14",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

@@ -35,3 +35,3 @@ import { ChannelCredentials } from '@grpc/grpc-js';

public readonly onTimeout: EventEmitter<string> = new EventEmitter();
private onReconnect: EventEmitter<Channel>;
private onReconnect: EventEmitter<Channel> = new EventEmitter();

@@ -38,0 +38,0 @@ private constructor(ip: string, port: number) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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