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.11 to 1.2.12

readme.md

4

build/src/p2p/CycleCreatorTypes.d.ts

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

standbyNodeListHash: hexstring;
} & LostArchivers.Record;
} & LostArchivers.Record & {
random: number;
};
export declare type CycleData = CycleRecord & {

@@ -44,0 +46,0 @@ marker: CycleMarker;

{
"name": "@shardus/types",
"version": "1.2.11",
"version": "1.2.12",
"description": "",

@@ -13,3 +13,3 @@ "main": "build/src/index.js",

"release": "np --any-branch --no-cleanup --no-tests --no-yarn",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Info - No tests specified.\"",
"lint": "gts lint",

@@ -19,10 +19,11 @@ "clean": "gts clean",

"fix": "gts fix",
"build": "npm run compile",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint",
"format-check": "prettier --check './src/**/*.ts'"
"format-check": "prettier --check \"./src/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/shardus/shardus-types.git"
"url": "https://github.com/shardeum/lib-types.git"
},

@@ -29,0 +30,0 @@ "publishConfig": {

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

} &
LostArchivers.Record
LostArchivers.Record &
{ random: number }

@@ -73,0 +74,0 @@ export type CycleData = CycleRecord & {

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