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

@bfchain/bnrtc2-client-typings

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfchain/bnrtc2-client-typings - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

4

cjs/@types.d.ts
/// <reference lib="dom" />
declare namespace Bnrtc2 {
interface Bnrtc2ControllerInterface {
bindAddress(base58Address: string, hexAddress: string): Promise<boolean>;
isOnline(targetAddress: string): Promise<boolean>;
bindAddress(address: string): Promise<boolean>;
isOnline(address: string): Promise<boolean>;
}

@@ -7,0 +7,0 @@ interface Bnrtc2Clinet {

/// <reference lib="dom" />
declare namespace Bnrtc2 {
interface Bnrtc2ControllerInterface {
bindAddress(base58Address: string, hexAddress: string): Promise<boolean>;
isOnline(targetAddress: string): Promise<boolean>;
bindAddress(address: string): Promise<boolean>;
isOnline(address: string): Promise<boolean>;
}

@@ -7,0 +7,0 @@ interface Bnrtc2Clinet {

/// <reference lib="dom" />
declare namespace Bnrtc2 {
interface Bnrtc2ControllerInterface {
bindAddress(base58Address: string, hexAddress: string): Promise<boolean>;
isOnline(targetAddress: string): Promise<boolean>;
bindAddress(address: string): Promise<boolean>;
isOnline(address: string): Promise<boolean>;
}

@@ -7,0 +7,0 @@ interface Bnrtc2Clinet {

{
"name": "@bfchain/bnrtc2-client-typings",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"main": "cjs/index.js",

@@ -9,4 +9,4 @@ "type": "cjs/index.d.ts",

"dependencies": {
"@bfchain/bnrtc2-buffer": "^0.0.1-alpha.1"
"@bfchain/bnrtc2-buffer": "^0.0.1-alpha.2"
}
}

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