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.10 to 1.2.11

1

build/src/p2p/ActiveTypes.d.ts

@@ -14,2 +14,3 @@ import * as Types from './P2PTypes';

active: number;
standby: number;
activated: string[];

@@ -16,0 +17,0 @@ activatedPublicKeys: string[];

2

package.json
{
"name": "@shardus/types",
"version": "1.2.10",
"version": "1.2.11",
"description": "",

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

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

import * as Types from './P2PTypes'
import * as Types from './P2PTypes';

@@ -6,18 +6,19 @@ /** TYPES */

export interface ActiveRequest {
nodeId: string
status: string
timestamp: number
nodeId: string;
status: string;
timestamp: number;
}
export type SignedActiveRequest = ActiveRequest & Types.SignedObject
export type SignedActiveRequest = ActiveRequest & Types.SignedObject;
export interface Txs {
active: SignedActiveRequest[]
active: SignedActiveRequest[];
}
export interface Record {
active: number
activated: string[]
activatedPublicKeys: string[]
maxSyncTime: number
active: number;
standby: number;
activated: string[];
activatedPublicKeys: string[];
maxSyncTime: number;
}
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