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

@airgap/beacon-sdk

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airgap/beacon-sdk - npm Package Compare versions

Comparing version 0.0.1-beta.12 to 0.0.1-beta.13

1

dist/client/interfaces.d.ts

@@ -38,4 +38,5 @@ export interface MatrixEvent {

export interface ICommunicationPair {
name: string;
pubKey: string;
relayServer: string;
}

3

dist/client/transports/P2PTransport.js

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

if (!knownPeers.some(peer => peer.pubKey === pubKey)) {
knownPeers.push({ pubKey, relayServer: '' });
knownPeers.push({ name: '', pubKey, relayServer: '' });
this.storage

@@ -92,2 +92,3 @@ .set(Storage_1.StorageKey.TRANSPORT_P2P_PEERS, knownPeers)

peers.push({
name: newPeer.name,
pubKey: newPeer.pubKey,

@@ -94,0 +95,0 @@ relayServer: newPeer.relayServer

{
"name": "@airgap/beacon-sdk",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"description": "The beacon-sdk is setup in a way to allow for p2p communication between wallets and dapps",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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