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

@shardus/types

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shardus/types - npm Package Compare versions

Comparing version 1.2.13 to 1.2.14

7

build/src/p2p/JoinTypes.d.ts

@@ -23,3 +23,3 @@ import { hexstring } from '..';

}
export interface SyncStarted {
export interface StartedSyncingRequest {
nodeId: string;

@@ -34,3 +34,3 @@ cycleNumber: number;

}
export interface KeepInStandby {
export interface StandbyRefreshRequest {
publicKey: string;

@@ -42,2 +42,5 @@ cycleNumber: number;

join: JoinRequest[];
startedSyncing: StartedSyncingRequest[];
finishedSyncing: FinishedSyncingRequest[];
standbyRefresh: StandbyRefreshRequest[];
}

@@ -44,0 +47,0 @@ export interface Record {

{
"name": "@shardus/types",
"version": "1.2.13",
"version": "1.2.14",
"description": "",

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

@@ -27,3 +27,3 @@ import { hexstring } from '..'

export interface SyncStarted {
export interface StartedSyncingRequest {
nodeId: string //pub key of the standby node

@@ -40,3 +40,3 @@ cycleNumber: number //a recent cycle

export interface KeepInStandby {
export interface StandbyRefreshRequest {
publicKey: string //pub key of the standby node

@@ -49,2 +49,5 @@ cycleNumber: number //a recent cycle

join: JoinRequest[]
startedSyncing: StartedSyncingRequest[]
finishedSyncing: FinishedSyncingRequest[]
standbyRefresh: StandbyRefreshRequest[]
}

@@ -51,0 +54,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