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

@bfchain/bnrtc2-client

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfchain/bnrtc2-client - npm Package Compare versions

Comparing version 0.0.1-alpha.21 to 0.0.2

2

build/bnrtc2Client.d.ts

@@ -0,1 +1,2 @@

import { Bnrtc2Api } from "@bfchain/bnrtc2-client-api";
import { Attacher, StatefulAttacher } from "@bfcs/util-evt";

@@ -5,2 +6,3 @@ import { Bnrtc2Buffer } from "@bfchain/bnrtc2-buffer";

private readonly _api;
get api(): Bnrtc2Api;
private _msgIdAcc;

@@ -7,0 +9,0 @@ constructor(apiHost?: string, apiPort?: number);

5

build/bnrtc2Client.js

@@ -59,3 +59,3 @@ "use strict";

return task;
}
},
});

@@ -137,2 +137,5 @@ this._api = new bnrtc2_client_api_1.Bnrtc2Api(apiHost, apiPort);

}
get api() {
return this._api;
}
send(address, dport, data) {

@@ -139,0 +142,0 @@ var _a;

{
"name": "@bfchain/bnrtc2-client",
"version": "0.0.1-alpha.21",
"version": "0.0.2",
"main": "./build/index.js",

@@ -8,5 +8,5 @@ "types": "./build/index.d.ts",

"dependencies": {
"@bfchain/bnrtc2-buffer": "^0.0.1-alpha.21",
"@bfchain/bnrtc2-client-typings": "^0.0.1-alpha.21",
"@bfchain/bnrtc2-client-api": "^0.0.1-alpha.21",
"@bfchain/bnrtc2-buffer": "^0.0.2",
"@bfchain/bnrtc2-client-typings": "^0.0.2",
"@bfchain/bnrtc2-client-api": "^0.0.2",
"@bfcs/util-evt": "^0.0.1-alpha.2"

@@ -13,0 +13,0 @@ },

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