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

@vostokplatform/voting-contract-api

Package Overview
Dependencies
Maintainers
10
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vostokplatform/voting-contract-api - npm Package Compare versions

Comparing version 0.1.0-RC7 to 0.1.0-RC8

15

dist/interfaces/IServer.d.ts

@@ -1,14 +0,7 @@

import { IPointMap } from "./IPointMap";
export declare type IServerType = "Server" | "MainServer";
export interface IServer {
dkgScalar: string;
dkgRound: number;
dkgCommit: string;
dkgShadows: IPointMap;
dkgExponents: IPointMap;
pubKey: string;
type: 'server' | 'mainServer';
description?: string;
type: IServerType;
dkgComplaints: string[];
pubKey: string;
status: string;
status?: 'active' | 'blocked';
i?: number;
}
{
"name": "@vostokplatform/voting-contract-api",
"version": "0.1.0-RC7",
"version": "0.1.0-RC8",
"description": "",

@@ -26,3 +26,4 @@ "main": "dist/index.js",

"@vostokplatform/waves-api": "1.3.0-RC8",
"moment": "2.24.0"
"moment": "2.24.0",
"clean-webpack-plugin": "^3.0.0"
},

@@ -29,0 +30,0 @@ "dependencies": {},

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